Skip to content

Commit

Permalink
[Fix] the exception message when execute LS batch is inaccurate (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenyunlong authored Feb 4, 2024
1 parent 7bf459e commit 4ddd217
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public BatchOperationResult executeWithLSBatchOp() throws Exception {
}
} else {
throw new IllegalArgumentException(
"the operation in LS batch must be checkAndInsUp");
"The operations in batch must be all checkAndInsUp or all non-checkAndInsUp");
}
}
} else {
Expand Down

0 comments on commit 4ddd217

Please sign in to comment.