gruuya commented on code in PR #13791:
URL: https://github.com/apache/datafusion/pull/13791#discussion_r1898497745


##########
benchmarks/transfer_dat_parquet.py:
##########


Review Comment:
   I'm wondering if you used duckdb python package to generate tpc-ds parquet 
files directly would it render this entire file redundant?
   
   Something along the lines of
   ```sql
   install tpcds;
   load tpcds;
   call dsdgen(sf=1000);
   ```
   
   And then for each table copy to Parquet, e.g.
   ```sql
   copy inventory to '/path/to/inventory.parquet' (format parquet)
   ```



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