Skip to content

Commit

Permalink
delete unused option
Browse files Browse the repository at this point in the history
  • Loading branch information
vinlee19 committed Jul 1, 2024
1 parent b8ac0a8 commit 4c1e881
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,6 @@ public void run() {

/** execute stream load. */
public void load(String label, BatchRecordBuffer buffer) throws IOException {
if (enableGroupCommit) {
label = null;
}
refreshLoadUrl(buffer.getDatabase(), buffer.getTable());
ByteBuffer data = buffer.getData();
ByteArrayEntity entity =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,6 @@ public RespContent stopLoad() throws IOException {
* @throws IOException
*/
public void startLoad(String label, boolean isResume) throws IOException {
if (enableGroupCommit) {
label = null;
}
loadBatchFirstRecord = !isResume;
HttpPutBuilder putBuilder = new HttpPutBuilder();
recordStream.startInput(isResume);
Expand Down

0 comments on commit 4c1e881

Please sign in to comment.