This is an automated email from the ASF dual-hosted git repository.

jcamacho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b43072  [CALCITE-574] Remove 
org.apache.calcite.util.Bug.CALCITE_461_FIXED
1b43072 is described below

commit 1b430721c0d9e22b2252ffcd893b42959cb7966c
Author: Jesus Camacho Rodriguez <[email protected]>
AuthorDate: Mon Mar 25 18:57:56 2019 -0700

    [CALCITE-574] Remove org.apache.calcite.util.Bug.CALCITE_461_FIXED
---
 core/src/main/java/org/apache/calcite/rel/core/Aggregate.java | 4 +---
 core/src/main/java/org/apache/calcite/util/Bug.java           | 9 ---------
 2 files changed, 1 insertion(+), 12 deletions(-)

diff --git a/core/src/main/java/org/apache/calcite/rel/core/Aggregate.java 
b/core/src/main/java/org/apache/calcite/rel/core/Aggregate.java
index 5d699ea..16dc5fa 100644
--- a/core/src/main/java/org/apache/calcite/rel/core/Aggregate.java
+++ b/core/src/main/java/org/apache/calcite/rel/core/Aggregate.java
@@ -69,9 +69,7 @@ import java.util.Set;
  * </ul>
  */
 public abstract class Aggregate extends SingleRel {
-  /**
-   * @see org.apache.calcite.util.Bug#CALCITE_461_FIXED
-   */
+
   public static boolean isSimple(Aggregate aggregate) {
     return aggregate.getGroupType() == Group.SIMPLE;
   }
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 0643678..2c16bd7 100644
--- a/core/src/main/java/org/apache/calcite/util/Bug.java
+++ b/core/src/main/java/org/apache/calcite/util/Bug.java
@@ -137,15 +137,6 @@ public abstract class Bug {
    * Array items in MongoDB adapter</a> is fixed. */
   public static final boolean CALCITE_194_FIXED = false;
 
-  /** Whether the remaining issues raised in
-   * <a href="https://issues.apache.org/jira/browse/CALCITE-461";>[CALCITE-461]
-   * Convert more planner rules to handle grouping sets</a> are fixed.
-   *
-   * <p>Now that [CALCITE-461] is fixed, the tracking bug is
-   * <a href="https://issues.apache.org/jira/browse/CALCITE-574";>[CALCITE-574]
-   * Remove org.apache.calcite.util.Bug.CALCITE_461_FIXED</a>. */
-  public static final boolean CALCITE_461_FIXED = false;
-
   /** Whether
    * <a href="https://issues.apache.org/jira/browse/CALCITE-673";>[CALCITE-673]
    * Timeout executing joins against MySQL</a> is fixed. */

Reply via email to