[opt](Nereids) let column dist info check msg same with legacy planner (#25925)
This commit is contained in:
@ -71,7 +71,7 @@ public class DistributionDescriptor {
|
||||
}
|
||||
cols.forEach(c -> {
|
||||
if (!columnMap.containsKey(c)) {
|
||||
throw new AnalysisException(String.format("column %s is not found in distribution desc", c));
|
||||
throw new AnalysisException(String.format("Distribution column(%s) doesn't exist", c));
|
||||
}
|
||||
});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user