Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
CALCITE-4173 and a few other follow ups, introduced a new internal operator, SEARCH, replacing IN-list and BETWEEN in relational expressions. However, the code for handling the transformations to Druid was not updated thus the processing cannot be pushed into Druid.
This is reflected in the IT tests of the Druid adapter where there are about 22 queries with failures at the moment.
Attachments
Issue Links
- is caused by
-
CALCITE-4173 Add internal SEARCH operator and Sarg literal, replacing use of IN in RexCall
- Closed
-
CALCITE-4237 AssertionError in SqlTypeFactoryImpl.leastRestrictive when running slow tests
- Closed
- is related to
-
CALCITE-4278 Add Druid adapter tests in GitHub CI
- Closed
- relates to
-
CALCITE-4249 JDBC adapter cannot translate NOT LIKE in join condition
- Closed
- links to