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


##########
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:
   > the results have been verified based on actual Arrow data testing, which 
also shows no problems.
   
   This was my question: have the results been verified?
   



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