wgtmac opened a new pull request, #3631:
URL: https://github.com/apache/parquet-java/pull/3631

   ### Summary
   - Fix record-level `notIn` evaluation so it checks all candidate values 
before accepting a row.
   - Add a regression test covering a multi-value `notIn` predicate.
   
   ### Test Plan
   - `JAVA_HOME=/Users/gangwu/.sdkman/candidates/java/11.0.30-zulu ./mvnw -q 
-Drat.skip=true -DskipTests -pl parquet-generator,parquet-column install`
   - `JAVA_HOME=/Users/gangwu/.sdkman/candidates/java/11.0.30-zulu ./mvnw -q 
-Drat.skip=true -pl parquet-hadoop -Dtest=TestRecordLevelFilters 
-Dsurefire.failIfNoSpecifiedTests=false test`
   - `git diff --check`


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to