Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.37.0
Description
The constants in Bug.java:
/** Whether * <a href="https://issues.apache.org/jira/browse/CALCITE-6375">[CALCITE-6375] * Fix failing quidem tests for FORMAT in CAST</a> is fixed. */ public static final boolean CALCITE_6375_FIXED = false;
/** Whether * <a href="https://issues.apache.org/jira/browse/CALCITE/issues/CALCITE-6295"> * [CALCITE-6295] Support IS NOT NULL in Arrow adapter</a> is fixed. */ public static final boolean CALCITE_6295_FIXED = false;
/** Whether * <a href="https://issues.apache.org/jira/browse/CALCITE/issues/CALCITE-6296"> * [CALCITE-6296] Support IS NULL in Arrow adapter</a> is fixed. */ public static final boolean CALCITE_6296_FIXED = false;
These bugs have been fixed, so need to remove it.
Attachments
Issue Links
- links to