2010YOUY01 commented on issue #7228:
URL: 
https://github.com/apache/arrow-datafusion/issues/7228#issuecomment-1672590759

   > For option 2, maybe some syntax like `create external table WITH (...) 
`where (...) is arbitrary config tuples could work. I believe [trino 
](https://trino.io/docs/current/sql/create-table.html) has some syntax like 
this for creating tables.
   
   This syntax looks really nice 👍🏼 
   Looks like Option 3 can be used for default settings, and this syntax can do 
local config override for individual queries
   DuckDB's `COPY ... TO ...` syntax has very similar syntax for those 
arbitrary config tuples
   https://duckdb.org/docs/sql/statements/copy


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