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 connection 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to