xudong963 commented on code in PR #16155:
URL: https://github.com/apache/datafusion/pull/16155#discussion_r2105699928


##########
datafusion/core/src/datasource/physical_plan/parquet.rs:
##########
@@ -199,8 +206,14 @@ mod tests {
         }
 
         /// run the test, returning the `RoundTripResult`
+        ///
+        /// Each input batch is written into one or more parquet files (and 
thus
+        /// they could potentially have different schemas). The resulting
+        /// parquet files are then read back and filters are applied to the

Review Comment:
   ```suggestion
           /// parquet files are then read back and filters are applied to them
   ```



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to