asolimando commented on code in PR #3137:
URL: https://github.com/apache/hive/pull/3137#discussion_r1044204440


##########
ql/src/java/org/apache/hadoop/hive/ql/optimizer/stats/annotation/StatsRulesProcFactory.java:
##########
@@ -1304,9 +1306,9 @@ private long 
evaluateComparatorWithHistogram(ColStatistics cs, long currNumRows,
         return 0;
       }
 
-      try {
-        final float value = extractFloatFromLiteralValue(colTypeLowerCase, 
boundValue);
+      final float value = extractFloatFromLiteralValue(colTypeLowerCase, 
boundValue);

Review Comment:
   You are totally right, I confused `boundValue` for the log message below 
with `value`, that's fixed now.



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