rubenada commented on code in PR #6523:
URL: https://github.com/apache/hive/pull/6523#discussion_r3815046639
##########
ql/src/test/results/clientpositive/llap/vector_interval_mapjoin.q.out:
##########
@@ -206,26 +206,26 @@ STAGE PLANS:
Map Operator Tree:
TableScan
alias: vectortab_a_1korc
- filterExpr: (dt is not null and CAST( ts AS DATE) is not
null and s is not null) (type: boolean)
+ filterExpr: ((dt - CAST( ts AS DATE)) is not null and s is
not null) (type: boolean)
Review Comment:
This should come back with CALCITE-7722
--
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]