Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.21.0
Description
RexToLixTranslator provides type cast function as public interface to users.
However, some issues from primitive to box are concealed by current codegen framework.
int x = ... byte y = (byte)x; // RexToLixTranslator.convert(y, Byte.class) Byte.valueOf(y) // Compile error
Attachments
Issue Links
- is blocked by
-
CALCITE-3512 Query fails when comparing Time/TimeStamp types
- Closed
- links to