Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.26.0
-
None
Description
Basically CALCITE-4610 but this time with a CASE WHEN.
I can provide a repro test if needed, but any join with a condition like in that same test
CASE WHEN a = 'some_literal' THEN true ELSE c = 'some_other_literal' END
The CASE travels through the pipeline, and the RelToSqlConverter crashes on it in convertConditionToSqlNode.
Attachments
Issue Links
- is related to
-
CALCITE-3588 JDBC adapter should handle join conditions containing IS TRUE, SIMILAR TO etc. when generating SQL
- Closed