[
https://issues.apache.org/jira/browse/CALCITE-6515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xiong duan resolved CALCITE-6515.
---------------------------------
Fix Version/s: 1.38.0
Assignee: xiong duan
Resolution: Fixed
> Remove constants describing which bugs have been fixed in Bug
> -------------------------------------------------------------
>
> Key: CALCITE-6515
> URL: https://issues.apache.org/jira/browse/CALCITE-6515
> Project: Calcite
> Issue Type: Improvement
> Components: core
> Affects Versions: 1.37.0
> Reporter: xiong duan
> Assignee: xiong duan
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.38.0
>
>
> The constants in Bug.java:
> {code: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; {code}
> {code:java}
> /** 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;
> {code}
> {code:java}
> /** 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;{code}
> These bugs have been fixed, so need to remove it.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)