Shekharrajak commented on issue #3371: URL: https://github.com/apache/datafusion-comet/issues/3371#issuecomment-3895787934
@parthchandra , we do not have dataset as such but planning to have benchmarks something like CometIcebergMaintenanceBenchmark - we have bunch of benchmarks already here: https://github.com/apache/datafusion-comet/tree/main/spark/src/test/scala/org/apache/spark/sql/benchmark 2 options : 1. SQL insert queries to create certain number of datafiles, partitions and number of rows 2. Use TPCDS data - the way we have used in some of the benchmark like CometTPCHQueryBenchmark CometTPCDSQueryBenchmark -- 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]
