alamb commented on issue #4850:
URL: 
https://github.com/apache/arrow-datafusion/issues/4850#issuecomment-1721348831

   > And what about multiple arguments? Eg: read_csv('blah.csv', delimiter = 
';', ... )
   
   
   Good point @timvw  -- we would probably want to allow that in the API. I 
tried it out and it does appear that the sql parser supports that kind of 
syntax 👍 
   
   ```sql
   ❯ select foo from read_parquet('foo.parquet', 'bar');
   Error during planning: table 'datafusion.public.read_parquet' not found
   ```


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