alamb commented on code in PR #4279:
URL: https://github.com/apache/arrow-datafusion/pull/4279#discussion_r1026629713


##########
datafusion/core/src/physical_plan/file_format/parquet.rs:
##########
@@ -312,6 +317,12 @@ impl ExecutionPlan for ParquetExec {
     ) -> std::fmt::Result {
         match t {
             DisplayFormatType::Default => {
+                let predicate_string = self

Review Comment:
   The predicate is now explicitly shown as well in EXPLAIN (as it is 
difference)



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