Soumyakanti Das created HIVE-28920:
--------------------------------------
Summary: plan changes in test due to unix_timestamp
Key: HIVE-28920
URL: https://issues.apache.org/jira/browse/HIVE-28920
Project: Hive
Issue Type: Bug
Components: Hive
Affects Versions: 4.1.0
Reporter: Soumyakanti Das
After Calcite is upgraded to 1.33 through
[PR#5196|https://github.com/apache/hive/pull/5196],
cbo_join_transitive_pred_loop_1.q.out will fail every month as it relies on
{{unix_timestamp()}} and {{add_months()}} functions to compute month.
We should either use {{hive.test.currenttimestamp}} or mask the month to fix
this.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)