andygrove commented on issue #1275:
URL:
https://github.com/apache/datafusion-comet/issues/1275#issuecomment-2787808120
Here is a run with the original query that took 77 seconds in Spark:
```
scala>
spark.time(spark.read.parquet("/mnt/bigdata/tpcds/sf100/store_sales.parquet").repartition($"ss_item_sk").dropDuplicates(Seq("ss_item_sk",
"ss_quantity")).write.parquet("output44.parquet"))
Time taken: 62956 ms
```
--
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]