Skip to content

Commit

Permalink
Update OlapTableSink.java
Browse files Browse the repository at this point in the history
Signed-off-by: meegoo <[email protected]>
  • Loading branch information
meegoo authored Feb 14, 2025
1 parent 2fa0220 commit a063100
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public void setIsFromOverwrite(boolean isFromOverwrite) {
this.isFromOverwrite = isFromOverwrite;
}

public void complete(String mergeCondition) throws StarRocksException {
public void complete(String mergeCondition) throws UserException {
TOlapTableSink tSink = tDataSink.getOlap_table_sink();
if (mergeCondition != null && !mergeCondition.isEmpty()) {
tSink.setMerge_condition(mergeCondition);
Expand Down

0 comments on commit a063100

Please sign in to comment.