xiong duan created CALCITE-6515:
-----------------------------------

             Summary: 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


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)

Reply via email to