Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.35.0
Description
SqlOperatorFixture.checkFails and checkAggFails don't check runtime failure. See more in code line. When the parameter `runtime` of SqlOperatorFixture.checkFails is true, it should execute the query and check runtime failure, but currently it ignores this, and only checks the parse and validation failure.
When fix this, there are 4 failed test cases in CalciteSqlOperatorTest.
At last, this issue was found when to implement `BIT_GET` function in CALCITE-5848.
Attachments
Issue Links
- Blocked
-
CALCITE-5990 Explicit cast to numeric type doesn't check overflow
- Closed
- is related to
-
CALCITE-2535 Runtime failure check not working in SqlTesterImpl.java
- Closed
-
CALCITE-4885 Fluent test fixtures so that dependent projects can write parser, validator and rules tests
- Closed
- links to