KevinyhZou commented on issue #8995:
URL:
https://github.com/apache/incubator-gluten/issues/8995#issuecomment-2731806294
The physical plan
```
| == Physical Plan ==
CHNativeColumnarToRow
+- ^(4) ProjectExecTransformer [id#33L]
+- ^(4) !CHAggregateGroupLimitExecTransformer [id#33L], [id#33L DESC
NULLS LAST], row_number(), [id#33L, rank#26], 1
+- ^(4) InputIteratorTransformer[id#33L]
+- ColumnarExchange hashpartitioning(id#33L, 200),
ENSURE_REQUIREMENTS, [plan_id=318], [shuffle_writer_type=hash], [OUTPUT]
List(id:LongType)
+- ^(3) FileScanTransformer parquet default.test_tbl3[id#33L]
Batched: true, DataFilters: [], Format: Parquet, Location: InMemoryFileIndex(1
paths)[hdfs://testcluster/user/hive/warehouse/test_tbl3], PartitionFilters: [],
PushedFilters: [], ReadSchema: struct<id:bigint> NativeFilters: []
```
--
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]