Details
-
Wish
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
None
-
None
-
None
Description
Our requirement is to use Calcite to translate queries into different dialects. During validation in the TPC-DS scenario, we found that Oracle does not support SQL statements like
{{}}
SELECT * FROM xxx WHERE CASE WHEN a > 10 THEN b < 5 ELSE c > 0 END;
{{}}
Therefore, we hope to remove such predicates at the dialect like Oracle.
Attachments
Issue Links
- duplicates
-
CALCITE-6480 OracleDialect does not support CASE WHEN returning boolean
- Closed