DruidEngineSpec: set allows_subquery to True (#7863)

This commit is contained in:
Michał Misiewicz
2019-07-16 22:59:39 +02:00
committed by Maxime Beauchemin
parent a27b8b7638
commit 9b8bfbbe7f

View File

@@ -23,7 +23,7 @@ class DruidEngineSpec(BaseEngineSpec):
engine = "druid"
inner_joins = False
allows_subquery = False
allows_subquery = True
time_grain_functions = {
None: "{col}",