Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
The support for the ANY type in built-in operators is not reliable. Such operators validate successfully but in the Enumerable convention are likely to generate code that is invalid. This is especially true for overloaded operators, where the implementation of the operator needs to be determined based on the runtime type of the operands.
We have disabled SqlOperatorTest.testPlusOperatorAny. When fixing this issue look for other disabled tests tagged with this JIRA case number.
Attachments
Issue Links
- is related to
-
CALCITE-1054 NPE caused by wrong code generation for Timestamp fields
- Closed