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 05:26:15 UTC

[GitHub] [arrow-datafusion] Jimexist opened a new pull request #729: provide more details on required .parquet file extension

Jimexist opened a new pull request #729:
URL: https://github.com/apache/arrow-datafusion/pull/729


   # Which issue does this PR close?
   
   provide more details on required .parquet file extension
   
   Closes #.
   
    # Rationale for this change
   
   provide more details on required .parquet file extension
   
   # What changes are included in this PR?
   <!--
   There is no need to duplicate the description in the issue here but it is sometimes worth providing a summary of the individual changes in this PR.
   -->
   
   # Are there any user-facing changes?
   <!--
   If there are user-facing changes then we may require documentation to be updated before approving the PR.
   -->
   
   <!--
   If there are any breaking changes to public APIs, please add the `api change` label.
   -->
   


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



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

Posted by GitBox <gi...@apache.org>.
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



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

Posted by GitBox <gi...@apache.org>.
alamb commented on pull request #729:
URL: https://github.com/apache/arrow-datafusion/pull/729#issuecomment-880629195


   Thanks @Jimexist 


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



[GitHub] [arrow-datafusion] alamb merged pull request #729: provide more details on required .parquet file extension error message

Posted by GitBox <gi...@apache.org>.
alamb merged pull request #729:
URL: https://github.com/apache/arrow-datafusion/pull/729


   


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