collimarco commented on issue #6732:
URL: 
https://github.com/apache/arrow-datafusion/issues/6732#issuecomment-1606196676

   That's really strange. I am also running `EXPLAIN VERBOSE SELECT * FROM 
my_table LIMIT 10` and the output doesn't even lists the file names.
   
   However testing on another directory of Parquet files it works.
   
   Maybe it's one of the following:
   1. If there are some other files (not `.parquet`) in the same directory, 
that causes the issue
   2. if some Parquet files in the directory have a different schema, that 
causes the issue
   
   In any case **it should throw some errors or display some debug messages in 
the above cases, and not fail silently**! Otherwise debugging any issue will 
become a nightmare without a clear message that detects the exact problem.


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