2010YOUY01 opened a new issue, #19046:
URL: https://github.com/apache/datafusion/issues/19046

   ### Describe the bug
   
   in datafusion-cli:
   
   ```
   > CREATE EXTERNAL TABLE hits STORED AS PARQUET LOCATION '/foo/bar.parquet' 
WITH ORDER ("EventTime" ASC);
   Error during planning: Column EventTime is not in schema
   ```
   If the path is invalid, the error message is suggesting 'column not in 
schema', it's better to suggest the path in the location is invalid
   
   ### To Reproduce
   
   _No response_
   
   ### Expected behavior
   
   _No response_
   
   ### Additional context
   
   _No response_


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to