caicancai commented on code in PR #4005:
URL: https://github.com/apache/calcite/pull/4005#discussion_r1802165678


##########
arrow/src/test/java/org/apache/calcite/adapter/arrow/ArrowAdapterTest.java:
##########
@@ -278,13 +273,12 @@ static void initializeArrowState(@TempDir Path 
sharedTempDir)
     if (Bug.CALCITE_6294_FIXED) {
       plan = "PLAN=ArrowToEnumerableConverter\n"
           + "  ArrowProject(intField=[$0], stringField=[$1])\n"

Review Comment:
   @mihaibudiu I have implemented the in operator, but the implementation of 
the in operator will be based on the implementation of the or operator. Since 
these are two separate jira cases, I have to submit two separate PRs.
   
   in addition,`SEARCH($0, Sarg[0, 1, 2]) `will be converted to `OR(=($0, 0), 
=($0, 1), =($0, 12))` in translateAnd.
   In a way, this is not a bug.



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