olivrlee commented on code in PR #3513:
URL: https://github.com/apache/calcite/pull/3513#discussion_r1393361220
##########
core/src/test/java/org/apache/calcite/plan/RelWriterTest.java:
##########
@@ -1052,6 +1053,41 @@ void testAggregateWithAlias(SqlExplainFormat format) {
assertThat(result, isLinux(expected));
}
+ /** Test case for
+ * <a
href="https://issues.apache.org/jira/browse/CALCITE-5607">[CALCITE-5607]</a>
+ *
+ * <p>Before the fix, RelJson.toRex would throw an ArrayIndexOutOfBounds
error
+ * when deserialization.
+ * */
+ @Test void testDeserializeMinusDateOperator() {
Review Comment:
Yeah let me update the JIRA summary and the ticket title for this.
We're changing it to only affect MINUS
--
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]