guixiaowen opened a new issue, #2125:
URL: https://github.com/apache/auron/issues/2125
Convert AQEShuffleReadExec to native implementation
eg:
select /*+ REBALANCE(a) */ * from xxx_uuu_xxxx_datasource
after convert
InputAdapter
+- AQEShuffleRead coalesced
+- ShuffleQueryStage 0
+- NativeShuffleExchange hashpartitioning(a#0, 1000),
REBALANCE_PARTITIONS_BY_COL, [id=#24]
+- InputAdapter [#0]
+- NativeOrcScan test.xxx_uuu_xxxx_datasource (FileScan orc
bigdata_qa.xxx_uuu_xxxx_datasource[a#0] Batched: true, DataFilters: [], Format:
ORC, Location: InMemoryFileIndex(1 paths)[-----, PartitionFilters: [],
PushedFilters: [], ReadSchema: struct<a:string>)
AQEShuffleReadExec never convert to native
--
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]