This is an automated email from the ASF dual-hosted git repository.
xiong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git
The following commit(s) were added to refs/heads/main by this push:
new 59a3bb0c23 [CALCITE-6515] Remove constants describing which bugs have
been fixed in Bug
59a3bb0c23 is described below
commit 59a3bb0c2313197e26fd32a358f706efaf41ef82
Author: Xiong Duan <[email protected]>
AuthorDate: Sun Aug 4 06:31:34 2024 +0800
[CALCITE-6515] Remove constants describing which bugs have been fixed in Bug
---
core/src/main/java/org/apache/calcite/util/Bug.java | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/core/src/main/java/org/apache/calcite/util/Bug.java
b/core/src/main/java/org/apache/calcite/util/Bug.java
index a6594f6e82..8fc4a5cf31 100644
--- a/core/src/main/java/org/apache/calcite/util/Bug.java
+++ b/core/src/main/java/org/apache/calcite/util/Bug.java
@@ -198,11 +198,6 @@ public abstract class Bug {
* Add timezone support for FORMAT clause in CAST (enabled in BigQuery)</a>
is fixed. */
public static final boolean CALCITE_6367_FIXED = false;
- /** 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-6391">
* [CALCITE-6391] Apply mapping to RelCompositeTrait does not apply it to
wrapped traits</a>
@@ -219,16 +214,6 @@ public abstract class Bug {
* [CALCITE-6294] Support IN filter in Arrow adapter</a> is fixed. */
public static final boolean CALCITE_6294_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;
-
/* Whether
* <a
href="https://issues.apache.org/jira/browse/CALCITE-6328">[CALCITE-6328]
* The BigQuery functions SAFE_* do not match the BigQuery specification</a>