comphead commented on PR #2429:
URL:
https://github.com/apache/datafusion-comet/pull/2429#issuecomment-3329227304
Fuzz tests fall to Spark
```
- count distinct (native_comet, native shuffle) *** FAILED *** (418
milliseconds)
Expected only Comet native operators, but found HashAggregate.
plan: HashAggregate(keys=[], functions=[count(distinct c0#92074)],
output=[count(DISTINCT c0)#92169L])
+- Exchange SinglePartition, ENSURE_REQUIREMENTS, [plan_id=716408]
+- HashAggregate(keys=[], functions=[partial_count(distinct c0#92074)],
output=[count#92173L])
+- CometHashAggregate [c0#92074], [c0#92074]
+- CometExchange hashpartitioning(c0#92074, 10),
ENSURE_REQUIREMENTS, CometNativeShuffle, [plan_id=716405]
+- CometHashAggregate [c0#92074], [c0#92074]
+- CometScan [native_comet] parquet [c0#92074] Batched:
true, DataFilters: [], Format: CometParquet, Location: InMemoryFileIndex(1
paths)
```
checking
--
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]