mihaibudiu commented on code in PR #4886:
URL: https://github.com/apache/calcite/pull/4886#discussion_r3088102349


##########
arrow/src/test/java/org/apache/calcite/adapter/arrow/ArrowAdapterTest.java:
##########
@@ -1167,4 +1109,88 @@ static void initializeArrowState(@TempDir Path 
sharedTempDir)
         .returns(result)
         .explainContains(plan);
   }
+
+  /** Test case for
+   * <a 
href="https://issues.apache.org/jira/browse/CALCITE-7472";>[CALCITE-7472]
+   * Arrow adapter should support like operator push down</a>. */
+  @Test void testArrowProjectFieldsWithLikePrefixFilter() {

Review Comment:
   Have these Arrow plans been validated using third party tools?



-- 
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