Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
currently only filters containing extract are pushed to druid.
This task is to also push filters containing containing floor(time) in similar way.
e.g for query -
Select * from druid_table where floor('__time') between ''2014-08-01 00:00:00 UTC' and '2016-10-01 00:00:00 UTC');