mirror of
https://github.com/apache/druid.git
synced 2025-02-12 13:05:01 +00:00
713062053c
I believe that the instanceof chain in Filters exists because in the past, Filter and DimFilter were in different packages (DimFilter was in druid-client and Filter was in druid-processing). And since druid-client didn't depend on druid-processing, DimFilter couldn't have a toFilter method. But now it can.