Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
baibaichen committed Nov 26, 2024
1 parent f7c124b commit 9aabad7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ class ClickhouseOptimisticTransaction(
pipelineWriteFiles(inputData, writeOptions, isOptimize = false, additionalConstraints)
else {
if (isOptimize) {
throw new UnsupportedOperationException("Optimize is only supported in one pipeline native write mode")
throw new UnsupportedOperationException(
"Optimize is only supported in one pipeline native write mode")
}
writeMergeTree(inputData, writeOptions, additionalConstraints)
}
Expand Down

0 comments on commit 9aabad7

Please sign in to comment.