aturoczy commented on code in PR #4834:
URL: https://github.com/apache/hive/pull/4834#discussion_r1386534882
##########
ql/src/java/org/apache/hadoop/hive/ql/parse/TypeCheckProcFactory.java:
##########
@@ -328,6 +328,9 @@ public Object process(Node nd, Stack<Node> stack,
NodeProcessorCtx procCtx,
// Literal decimal
String strVal = expr.getText().substring(0, expr.getText().length()
- 2);
return createDecimal(strVal, false);
+ } else if (expr.getText().endsWith("F")) {
Review Comment:
There were no Float checks before?
--
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]