zabetak commented on code in PR #5196:
URL: https://github.com/apache/hive/pull/5196#discussion_r2053425158


##########
ql/src/test/results/clientpositive/llap/cbo_join_transitive_pred_loop_1.q.out:
##########
@@ -67,6 +67,6 @@ HiveProject(month=[$0], con_usd=[$2])
           HiveFilter(condition=[=($0, 202110)])
             HiveTableScan(table=[[default, test2]], table:alias=[test2])
     HiveProject(mth=[$0], con_usd=[$1])
-      HiveFilter(condition=[IS NOT NULL($0)])
+      HiveFilter(condition=[AND(IS NOT NULL($0), IN($0, 202110, 202503))])
         HiveTableScan(table=[[default, test3]], table:alias=[d])

Review Comment:
   As commented in 
https://github.com/apache/hive/pull/5757#discussion_r2038947469, I think we 
should use `hive.test.currenttimestamp` in this test but let's solve this 
debate elsewhere.



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

Reply via email to