alamb commented on issue #14608:
URL: https://github.com/apache/datafusion/issues/14608#issuecomment-2837210261

   > duckdb's CALL dbgen(sf = 1); creates tables in the current schema and then 
populates those tables with data using its own format.
   
   The other thing we can do is to just make a function that writes to a local 
directory of files (🤮 ) to mimic the duckdb behavior. I tend to agree with 
@kevinjqliu  that this is pretty heinous.
   
   With a table function, The data saving process could be accomplished via
   
   ```sql
   COPY (SELECT * FROM lineitem) TO '/tmp/lineitem.parquet'
   ```
   
   Or something similar


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to