Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
JNSimba committed Mar 18, 2024
1 parent 3ad0247 commit b283a91
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ public class BatchStageLoad implements Serializable {
private final AtomicBoolean started;
private volatile boolean loadThreadAlive = false;
private AtomicReference<Throwable> exception = new AtomicReference<>(null);
private HttpClientBuilder httpClientBuilder = new HttpUtil().getHttpClientBuilderForBatch().disableRedirectHandling();
private HttpClientBuilder httpClientBuilder =
new HttpUtil().getHttpClientBuilderForBatch().disableRedirectHandling();

public BatchStageLoad(
DorisOptions dorisOptions,
Expand Down

0 comments on commit b283a91

Please sign in to comment.