andygrove opened a new issue, #2278:
URL: https://github.com/apache/arrow-datafusion/issues/2278

   **Describe the bug**
   This is a placeholder for now. I will add more detail in the next day or so, 
but the basic issue is that if we call `LogicalPlanBuilder.scan_csv` with a 
file named `employee.csv` then we end up with a `TableScan` with a `table_name` 
of `employee.csv`. If we try and find a table with this name in the catalog 
then it would look for a table named `csv` in schema `employee`.
   
   **To Reproduce**
   I found during this during some refactoring.
   
   **Expected behavior**
   Table name should be valid.
   
   **Additional context**
   None
   


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