cloud-fan commented on a change in pull request #26042: [SPARK-29092][SQL] 
Report additional information about DataSourceScanExec in EXPLAIN FORMATTED
URL: https://github.com/apache/spark/pull/26042#discussion_r334797234
 
 

 ##########
 File path: sql/core/src/test/resources/sql-tests/results/explain.sql.out
 ##########
 @@ -110,6 +114,10 @@ struct<plan:string>
 
 (1) Scan parquet default.explain_temp1 
 Output: [key#x, val#x]
+Batched: true
+Location [not included in comparison]
+PushedFilters: [IsNotNull(key), GreaterThan(key,0)]
 
 Review comment:
   I'm asking it because I don't see where we extract the DPP filter in this 
PR. You can see from `FileSourceScanExec#dynamicallySelectedPartitions` that we 
can get DPP filter by `partitionFilters.filter(isDynamicPruningFilter)`.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to