Skip to content

Commit

Permalink
fix chery-pick
Browse files Browse the repository at this point in the history
  • Loading branch information
seawinde committed Oct 14, 2024
1 parent 5c720c6 commit 9cf58df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public void validateColumns(List<ColumnDefinition> columns, Set<String> keysSet,
if (!colSets.add(col.getName())) {
ErrorReport.reportAnalysisException(ErrorCode.ERR_DUP_FIELDNAME, col.getName());
}
col.validate(true, keysSet, Sets.newHashSet(), finalEnableMergeOnWrite, KeysType.DUP_KEYS);
col.validate(true, keysSet, finalEnableMergeOnWrite, KeysType.DUP_KEYS);
}
}

Expand Down

0 comments on commit 9cf58df

Please sign in to comment.