rubenada commented on code in PR #6523:
URL: https://github.com/apache/hive/pull/6523#discussion_r3785428018


##########
ql/src/test/results/clientpositive/llap/pointlookup6.q.out:
##########
@@ -99,6 +99,6 @@ POSTHOOK: Input: default@r_table
 #### A masked pattern was here ####
 CBO PLAN:
 HiveProject(r_table.string_col=[$0])
-  HiveFilter(condition=[OR(IS NULL(CAST($0):TIMESTAMP(9)), 
IN(MINUTE(FLAG(MINUTE), CAST($0):TIMESTAMP(9)), 2, 10))])
+  HiveFilter(condition=[OR(IS NULL(MINUTE(FLAG(MINUTE), 
CAST($0):TIMESTAMP(9))), IN(MINUTE(FLAG(MINUTE), CAST($0):TIMESTAMP(9)), 2, 
10))])

Review Comment:
   It's not the MINUTE function, but it rather seems the same "RexSimplify not 
simplifying non-lossless casts" pattern



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