rdblue commented on a change in pull request #3369:
URL: https://github.com/apache/iceberg/pull/3369#discussion_r735757144



##########
File path: 
spark/v3.2/spark/src/main/java/org/apache/iceberg/spark/SparkFilters.java
##########
@@ -71,8 +73,10 @@ private SparkFilters() {
 
   private static final Map<Class<? extends Filter>, Operation> FILTERS = 
ImmutableMap
       .<Class<? extends Filter>, Operation>builder()
+      .put(AlwaysTrue.class, Operation.TRUE)

Review comment:
       That's strange. This is exactly the kind of thing that makes me glad we 
decided to test and build against each Spark branch independently.




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