[fix](planner)wrong result when has order by under join (#15974)
This commit is contained in:
@ -84,9 +84,10 @@ public class ExchangeNode extends PlanNode {
|
||||
if (inputNode.getFragment().isPartitioned()) {
|
||||
limit = inputNode.limit;
|
||||
}
|
||||
offset = inputNode.offset;
|
||||
if (!(inputNode instanceof ExchangeNode)) {
|
||||
offset = inputNode.offset;
|
||||
}
|
||||
computeTupleIds();
|
||||
|
||||
}
|
||||
|
||||
public boolean isMergingExchange() {
|
||||
|
||||
Reference in New Issue
Block a user