Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.34.0
Description
According to CALCITE-5156. We should support optimize:
- 'CAST(e AS t) IS NOT NULL' to 'e IS NOT NULL'
- 'CAST(e AS t) IS NULL' to 'e IS NULL'
Attachments
Issue Links
- relates to
-
CALCITE-5156 Support implicit integer type cast for IN Sub-query
- Resolved
- links to