Skip to content

Commit

Permalink
Update LoadConvertedInsertTabletStatementTSStatusVisitor.java
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveYurongSu committed Dec 30, 2024
1 parent 00c5932 commit d449448
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ public class LoadConvertedInsertTabletStatementTSStatusVisitor

@Override
public TSStatus visitNode(final StatementNode node, final TSStatus context) {
return new TSStatus(TSStatusCode.LOAD_FILE_ERROR.getStatusCode())
.setMessage(context.getMessage());
return context;
}

@Override
Expand Down

0 comments on commit d449448

Please sign in to comment.