nrg4878 commented on a change in pull request #2037:
URL: https://github.com/apache/hive/pull/2037#discussion_r597392445
##########
File path:
ql/src/java/org/apache/hadoop/hive/ql/ddl/database/desc/DescDatabaseFormatter.java
##########
@@ -69,6 +71,12 @@ void showDatabaseDescription(DataOutputStream out, String
database, String comme
if (ownerType != null) {
builder.put("ownerType", ownerType.name());
}
+ if (null != connectorName) {
Review comment:
the other style is old code that already existed where as I added 2
clauses with different style. I will make them consistent.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]