scarlin-cloudera commented on code in PR #4442: URL: https://github.com/apache/hive/pull/4442#discussion_r1320427074
########## ql/src/test/results/clientnegative/udf_assert_true2.q.out: ########## @@ -36,7 +36,7 @@ STAGE PLANS: Limit Number of rows: 2 Select Operator - expressions: (1 + assert_true((_col6 < 2))) (type: int) + expressions: (1 + UDFToInteger(assert_true((_col6 < 2)))) (type: int) Review Comment: I haven't done research on this, but I would guess this was caused by the fact that in the previous version, it didn't go through CBO, whereas CBO must have added this slight performance regression. I can file a separate Jira on this. -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org