Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-6515

Remove constants describing which bugs have been fixed in Bug

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.37.0
    • 1.38.0
    • core

    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

          Activity

            People

              nobigo xiong duan
              nobigo xiong duan
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: