caicancai commented on code in PR #4848:
URL: https://github.com/apache/calcite/pull/4848#discussion_r2999181395
##########
core/src/main/java/org/apache/calcite/util/Bug.java:
##########
@@ -207,12 +207,12 @@ public abstract class Bug {
/** Whether
* <a
href="https://issues.apache.org/jira/browse/CALCITE/issues/CALCITE-6293">
* [CALCITE-6293] Support OR condition in Arrow adapter</a> is fixed. */
- public static final boolean CALCITE_6293_FIXED = false;
+ public static final boolean CALCITE_6293_FIXED = true;
Review Comment:
sure, done
--
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]