villebro commented on a change in pull request #13595:
URL: https://github.com/apache/superset/pull/13595#discussion_r593078968
##########
File path: superset/db_engine_specs/druid.py
##########
@@ -38,6 +52,14 @@ class DruidEngineSpec(BaseEngineSpec): # pylint:
disable=abstract-method
allows_joins = False
allows_subqueries = True
+ column_type_mappings = (
+ (
+ re.compile(r"^__time", re.IGNORECASE),
Review comment:
It's actually the column name that is `__type`, not the type. So this
needs to be picked up in `get_column_spec`, probably by adding the column name
to the signature.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]