Skip to content

Commit

Permalink
r
Browse files Browse the repository at this point in the history
  • Loading branch information
mymeiyi committed Dec 2, 2024
1 parent fba25b5 commit a9e8ad7
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2704,8 +2704,9 @@ private boolean checkPushSort(SortNode sortNode, OlapTable olapTable) {
}
}
if (!clusterKeyMap.isEmpty()) {
sortKeyColumns.clear();
sortKeyColumns.addAll(clusterKeyMap.values());
return false;
/*sortKeyColumns.clear();
sortKeyColumns.addAll(clusterKeyMap.values());*/
}
}
for (int i = 0; i < sortExprs.size(); i++) {
Expand Down

0 comments on commit a9e8ad7

Please sign in to comment.