Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
turboFei committed Apr 29, 2022
1 parent 4400f36 commit f188d78
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ int initArgs(String[] args) {
int code = 0;
if (cl.getOptionValues('e') != null) {
commands = Arrays.asList(cl.getOptionValues('e'));
getOpts().setAllowMultiLineCommand(false); // When using -e, command is always a single line
// When using -e, command is always a single line, see HIVE-19018
getOpts().setAllowMultiLineCommand(false);
}

if (!commands.isEmpty() && getOpts().getScriptFile() != null) {
Expand Down

0 comments on commit f188d78

Please sign in to comment.