You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/07 19:32:45 UTC

[GitHub] [arrow-datafusion] tustvold commented on a diff in pull request #4130: Consolidate `ParquetExec` tests in `parquet_exec` integration test

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


##########
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:
   I think some of them may make use of crate private functions, otherwise I have no strong feeling either way



-- 
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-unsubscribe@arrow.apache.org

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