Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
For example,
select cast(empno as Integer) * (INTERVAL '1' DAY) from emp
results into
java.lang.AssertionError: Internal error: invalid literal: INTERVAL '1' DAY
The reason is that INTERVAL constant is not extracted properly in the cases where this constant times a CAST() function
Attachments
Issue Links
- links to