zabetak commented on code in PR #4591:
URL: https://github.com/apache/calcite/pull/4591#discussion_r2447800571


##########
core/src/main/java/org/apache/calcite/util/Bug.java:
##########
@@ -226,6 +226,12 @@ public abstract class Bug {
    * is fixed. */
   public static final boolean CALCITE_6611_FIXED = false;
 
+  /** Whether
+   * <a 
href="https://issues.apache.org/jira/browse/CALCITE-7201";>[CALCITE-7201]
+   * ClassCastException in RexInterpreter#search with different NUMERIC 
values</a>
+   * is fixed. */
+  public static final boolean CALCITE_7201_FIXED = false;

Review Comment:
   CALCITE-7201 is merged so I will remove this TODO on a subsequent commit.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to