Skip to content

Commit

Permalink
[INLONG-9925][Sort] Fixed format.
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoYou201 committed Apr 10, 2024
1 parent 61ae782 commit 5735a95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ public void initializeState(FunctionInitializationContext context) throws Except
@Override
public synchronized void flush() throws IOException {
checkFlushException();
if(batchCount > 0){
if (batchCount > 0) {
attemptFlush();
batchCount = 0;
}
Expand Down

0 comments on commit 5735a95

Please sign in to comment.