dongjoon-hyun commented on code in PR #56195:
URL: https://github.com/apache/spark/pull/56195#discussion_r3325460681


##########
sql/catalyst/src/test/scala/org/apache/spark/sql/connector/catalog/InMemoryEnhancedPartitionFilterTable.scala:
##########
@@ -73,6 +73,15 @@ class InMemoryEnhancedPartitionFilterTable(
         InMemoryEnhancedPartitionFilterTable.AcceptDataPredicatesKey, "false")
         .toBoolean
 
+    // Default false. When true, first-pass partition predicates that are 
accepted (pushed) are
+    // ALSO returned for post-scan evaluation, simulating a partial pushdown 
(e.g. a Parquet

Review Comment:
   Just a nit. Since we don't need to emphasize here, `ALSO` -> `also`?



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