Skip to content

Commit

Permalink
Optimized code
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengJie1053 committed Dec 26, 2023
1 parent 8a78929 commit 41bbe0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public ExecuteResponse executeLine(EngineExecutionContext engineExecutorContext,
}
logger.info("Doris engine begins to run code:\n {}", realCode);

checkRequiredParameter(code);
checkRequiredParameter(realCode);

String testConnectionUrl = String.format(DORIS_URL_BOOTSTRAP, dorisHost, dorisHttpPort);

Expand Down

0 comments on commit 41bbe0a

Please sign in to comment.