zabetak commented on code in PR #4430:
URL: https://github.com/apache/hive/pull/4430#discussion_r1238269188


##########
kafka-handler/src/java/org/apache/hadoop/hive/kafka/KafkaDagCredentialSupplier.java:
##########
@@ -114,7 +108,12 @@ private Token<?> 
getKafkaDelegationTokenForBrokers(Configuration conf, TableDesc
 
     Properties config = new Properties();

Review Comment:
   In general, I like to keep changes to the minimal needed for the following 
reasons:
   * facilitating reviews;
   * minimizing merge conflicts;
   * keeping git history/blame clean.
   
   Indeed the name `props` or `properties` could be slightly better but doing 
the rename now would add necessary noise to this PR so I prefer to keep it as 
is.



-- 
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]

Reply via email to