hmangla98 commented on a change in pull request #2724:
URL: https://github.com/apache/hive/pull/2724#discussion_r742588986



##########
File path: 
ql/src/java/org/apache/hadoop/hive/ql/parse/repl/metric/event/Stage.java
##########
@@ -129,12 +127,7 @@ public String getReplStats() {
   }
 
   public void setReplStats(String replStats) {
-    // Check the stat string doesn't surpass the RM_PROGRESS column length.
-    if (replStats.length() >= RM_PROGRESS_LENGTH - 2000) {

Review comment:
       2k chars are consumed by variables other than replStats.




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