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


##########
ql/src/test/results/clientpositive/llap/mapreduce5.q.out:
##########
@@ -45,7 +45,7 @@ STAGE PLANS:
                   alias: src
                   Statistics: Num rows: 500 Data size: 89000 Basic stats: 
COMPLETE Column stats: COMPLETE
                   Select Operator
-                    expressions: key (type: string), UDFToInteger((key / 10)) 
(type: int), UDFToInteger((key % 10)) (type: int), value (type: string)
+                    expressions: key (type: string), 
UDFToInteger((UDFToDouble(key) / 10.0D)) (type: int), 
UDFToInteger((UDFToDouble(key) % 10.0D)) (type: int), value (type: string)

Review Comment:
   It seems that the CBO casting rules are those that we prefer so I guess 
there is nothing to do here.



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