andygrove opened a new issue, #1275:
URL: https://github.com/apache/datafusion-comet/issues/1275
### What is the problem the feature request solves?
Comet is 4x slower than Spark for the following query:
```python
spark.read.parquet("/mnt/bigdata/tpcds/sf100/store_sales.parquet") \
.repartition("ss_item_sk") \
.dropDuplicates(["ss_item_sk", "ss_quantity"]) \
.write.parquet("output.parquet")
```
If I remove the `dropDuplicates` call, I see similar performance between
Comet and Spark.
### Describe the potential solution
_No response_
### Additional context
_No response_
--
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]