jcamachor commented on a change in pull request #970: Hive 23100
URL: https://github.com/apache/hive/pull/970#discussion_r409942255
##########
File path: ql/src/test/results/clientpositive/llap/vector_between_in.q.out
##########
@@ -269,16 +269,16 @@ STAGE PLANS:
Map Operator Tree:
TableScan
alias: decimal_date_test
- filterExpr: (cdecimal1) IN (2365.8945945946, 881.0135135135,
-3367.6517567568) (type: boolean)
+ filterExpr: ((cdecimal1) IN (2365.8945945946,
-3367.6517567568) or (cdecimal1) IN (881.0135135135)) (type: boolean)
Review comment:
Yes, you are right. This is a missed merging opportunity due to different
type inferred for values (although they are all decimal, note that different
precision,scale inferred for them). I have created
https://issues.apache.org/jira/browse/HIVE-23222 to tackle 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.
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]