rubenada commented on code in PR #3390:
URL: https://github.com/apache/calcite/pull/3390#discussion_r1349920250
##########
core/src/test/java/org/apache/calcite/rex/RexExecutorTest.java:
##########
@@ -378,4 +378,28 @@ public void run() {
interface Action {
void check(RexBuilder rexBuilder, RexExecutorImpl executor);
}
+
+ /** Test case for
+ * <a
href="https://issues.apache.org/jira/browse/CALCITE-5949">[CALCITE-5949]
+ * RexExecutable should properly handle invalid constant expressions in
reduction</a>.
Review Comment:
@arkanovicz we are approaching the preparation for the next release, could
you please carry out these last details ⬆️ in order to merge this PR? thanks
##########
core/src/test/java/org/apache/calcite/rex/RexExecutorTest.java:
##########
@@ -378,4 +378,28 @@ public void run() {
interface Action {
void check(RexBuilder rexBuilder, RexExecutorImpl executor);
}
+
+ /** Test case for
+ * <a
href="https://issues.apache.org/jira/browse/CALCITE-5949">[CALCITE-5949]
+ * RexExecutable should properly handle invalid constant expressions in
reduction</a>.
Review Comment:
@arkanovicz we are approaching the preparation for the next release, could
you please carry out these last details ⬆️ in order to merge this PR? thanks
--
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]