jcamachor commented on a change in pull request #970: Hive 23100
URL: https://github.com/apache/hive/pull/970#discussion_r409995886
##########
File path: ql/src/test/results/clientpositive/in_typecheck_char.q.out
##########
@@ -213,10 +214,10 @@ STAGE PLANS:
Map Operator Tree:
TableScan
alias: ax
- filterExpr: (((s = 'a') and (t = 'a ')) or (null and (t =
'bb '))) is null (type: boolean)
Review comment:
Indeed old predicate seems more efficient. Probably this happened through
the inference of the types for IN expression. I guess we made some predicates
better (the one above) while this one got worse. I will leave it in this patch
but it is worth taking a look at this. I created
https://issues.apache.org/jira/browse/HIVE-23229.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]