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 2021/07/15 07:47:31 UTC

[GitHub] [arrow-datafusion] Jimexist commented on a change in pull request #729: provide more details on required .parquet file extension error message

Jimexist commented on a change in pull request #729:
URL: https://github.com/apache/arrow-datafusion/pull/729#discussion_r670218568



##########
File path: datafusion/src/physical_plan/parquet.rs
##########
@@ -135,7 +135,7 @@ impl ParquetExec {
         let filenames = common::build_file_list(path, ".parquet")?;
         if filenames.is_empty() {
             Err(DataFusionError::Plan(format!(
-                "No Parquet files found at path {}",
+                "No Parquet files with (.parquet extension) found at path {}",

Review comment:
       ```suggestion
                   "No Parquet files (with .parquet extension) found at path {}",
   ```




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