[fix](schemachange) Fixed the issue of incorrect log information when distribution columns are compared inconsistently (#27013)
This commit is contained in:
@ -4909,7 +4909,7 @@ public class Env {
|
||||
if (!hashDistributionInfo.sameDistributionColumns((HashDistributionInfo) defaultDistributionInfo)) {
|
||||
throw new DdlException("Cannot assign hash distribution with different distribution cols. "
|
||||
+ "new is: " + hashDistributionInfo.getDistributionColumns() + " default is: "
|
||||
+ ((HashDistributionInfo) distributionInfo).getDistributionColumns());
|
||||
+ ((HashDistributionInfo) defaultDistributionInfo).getDistributionColumns());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user