This is an automated email from the ASF dual-hosted git repository.

zabetak pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


    from f265cc25905 HIVE-27876 Incorrect query results on tables with 
ClusterBy & SortBy (Ramesh Kumar Thangarajan, reviewed by Krisztian Kasa, 
Attila Turoczy)
     new 6671e1a91f2 HIVE-27963: Build failure when license-maven-plugin 
downloads bsd-license.php (Akshat Mathur reviewed by Stamatis Zampetakis, Ayush 
Saxena)
     new 36ce858163a HIVE-27919: Constant reduction in CBO does not work for 
FROM_UNIXTIME, DATE_ADD, DATE_SUB, TO_UNIX_TIMESTAMP (Stamatis Zampetakis 
reviewed by Akshat Mathur, Krisztian Kasa)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 packaging/pom.xml                                  |   4 +
 pom.xml                                            |   2 +-
 .../reloperators/HiveDateAddSqlOperator.java       |  15 +--
 .../reloperators/HiveDateSubSqlOperator.java       |  15 +--
 .../reloperators/HiveFromUnixTimeSqlOperator.java  |  29 ++++--
 .../HiveToUnixTimestampSqlOperator.java            |  12 +--
 .../queries/clientpositive/cbo_constantfolding.q   |   5 +
 .../clientpositive/llap/cbo_constantfolding.q.out  |  60 ++++++++++++
 .../llap/constant_prop_coalesce.q.out              |  10 +-
 .../llap/tez_dynpart_hashjoin_4.q.out              | 101 ++++++++++-----------
 10 files changed, 170 insertions(+), 83 deletions(-)
 create mode 100644 ql/src/test/queries/clientpositive/cbo_constantfolding.q
 create mode 100644 
ql/src/test/results/clientpositive/llap/cbo_constantfolding.q.out

Reply via email to