andygrove commented on issue #2612:
URL:
https://github.com/apache/datafusion-comet/issues/2612#issuecomment-3423205262
Actually, the issue is not with `reverse`, because Comet correctly fell back
to Spark.
Here is the full plan:
```
== Physical Plan ==
AdaptiveSparkPlan isFinalPlan=true
+- == Final Plan ==
*(2) CometColumnarToRow
+- CometSort [c29#153, reverse(c29)#499], [c29#153 ASC NULLS FIRST]
+- AQEShuffleRead coalesced
+- ShuffleQueryStage 0
+- CometColumnarExchange rangepartitioning(c29#153 ASC NULLS
FIRST, 10), ENSURE_REQUIREMENTS, CometColumnarShuffle, [plan_id=4154]
+- *(1) Project [c29#153, reverse(c29#153) AS
reverse(c29)#499]
+- *(1) CometColumnarToRow
+- CometScan [native_iceberg_compat] parquet [c29#153]
Batched: true, DataFilters: [], Format: CometParquet, Location:
InMemoryFileIndex(1 paths)[file:/tmp/CometFuzzTestSuite_1760983553201.parquet],
PartitionFilters: [], PushedFilters: [], ReadSchema: struct<c29:array<binary>>
```
--
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]