mihaibudiu commented on code in PR #3343:
URL: https://github.com/apache/calcite/pull/3343#discussion_r1281102887
##########
core/src/test/java/org/apache/calcite/test/RelOptRulesTest.java:
##########
@@ -5090,6 +5091,19 @@ private HepProgram getTransitiveProgram() {
.checkUnchanged();
}
+ /** Test case for <a
href="https://issues.apache.org/jira/browse/CALCITE-5882">
+ * [CALCITE-5882] Compile-time evaluation of SPLIT function returns
incorrect result</a>. */
+ @Test public void testSplit() {
Review Comment:
The reason is described in a comment in PR
https://github.com/apache/calcite/pull/3344
--
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]