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


##########
datafusion/core/src/physical_plan/file_format/parquet.rs:
##########
@@ -900,6 +900,8 @@ pub async fn plan_to_parquet(
 
 #[cfg(test)]
 mod tests {
+    // See also `parquet_exec` integration test
+
     use super::*;

Review Comment:
   👍  yes I think the pruning ones in particular do so -- I would likely need 
to refactor them



##########
datafusion/core/src/physical_plan/file_format/parquet.rs:
##########
@@ -900,6 +900,8 @@ pub async fn plan_to_parquet(
 
 #[cfg(test)]
 mod tests {
+    // See also `parquet_exec` integration test
+
     use super::*;

Review Comment:
   👍  yes I think the pruning ones in particular do so -- I would likely need 
to refactor somehow



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