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

   I agree with @alamb on this one, regarding the separation of creation & 
storing the files on disk explicitly. One suggestion I would propose is that I 
would add a scalar function that generates and registers all the tables in the 
session context this way users can either use `SELECT 1 FROM tpchgen(1.0)` or 
`SELECT * FROM lineitem(1.0)`.
   
   If we agree that this is an acceptable approach I can make a PR to have it 
officially and finally part of Datafusion or coordinate with the maintainers of 
`datafusion-contrib` and have it a separate package.


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