cloud-fan commented on code in PR #35612:
URL: https://github.com/apache/spark/pull/35612#discussion_r890193035
##########
sql/hive-thriftserver/src/main/java/org/apache/hive/service/server/HiveServer2.java:
##########
@@ -259,7 +260,7 @@ static class HelpOptionExecutor implements
ServerOptionsExecutor {
@Override
public void execute() {
new HelpFormatter().printHelp(serverName, options);
- System.exit(0);
+ System.exit(SparkExitCode.EXIT_SUCCESS());
Review Comment:
```suggestion
System.exit(SparkExitCode.EXIT_SUCCESS);
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]