soumyakanti3578 commented on code in PR #6155:
URL: https://github.com/apache/hive/pull/6155#discussion_r2653641576
##########
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:
##########
@@ -4088,9 +4088,9 @@ public static enum ConfVars {
"If hive.server2.tez.initialize.default.sessions is enabled, the
maximum number of\n" +
"threads to use to initialize the default sessions."),
HIVE_SERVER2_TEZ_SESSION_RESTRICTED_CONFIGS("hive.server2.tez.sessions.restricted.configs",
"",
- "The configuration settings that cannot be set when submitting jobs to
HiveServer2. If\n" +
- "any of these are set to values different from those in the server
configuration, an\n" +
- "exception will be thrown."),
+ "The configuration settings that cannot be set when submitting jobs to
HiveServer2. If\n" +
+ "any of these are set to values different from those in the server
configuration, an\n" +
+ "exception will be thrown."),
Review Comment:
It looks like the indentation has changed for these in the new commits.
Although minor, it would be nice to revert these changes completely as it's
unrelated to the issue. Otherwise, everything LGTM.
--
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]