rusackas commented on code in PR #41184:
URL: https://github.com/apache/superset/pull/41184#discussion_r3564072744


##########
superset/db_engine_specs/presto.py:
##########
@@ -166,6 +166,7 @@ class PrestoBaseEngineSpec(BaseEngineSpec, 
metaclass=ABCMeta):
 
     supports_dynamic_schema = True
     supports_catalog = supports_dynamic_catalog = 
supports_cross_catalog_queries = True
+    supports_grouping_sets = True

Review Comment:
   Fair point — moved `supports_grouping_sets = True` off the shared 
`PrestoBaseEngineSpec` down to `PrestoEngineSpec`/`TrinoEngineSpec` directly, 
and added an explicit `= False` override on `HiveEngineSpec` since it (and 
Spark/Databricks-Hive by inheritance) extend `PrestoEngineSpec` and would 
otherwise still inherit the flag.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to