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 1a969f6642d HIVE-28190: Fix MaterializationRebuild lock heartbeat 
(Zsolt Miskolczi, reviewed by Attila Turoczy, Denys Kuzmenko, Krisztian Kasa, 
Zoltan Ratkai)
     new 5f9cb486e4d HIVE-28155 HIVE-28157 HIVE-28158 HIVE-28159 HIVE-28160: 
LICENSE and source header improvements (Stamatis Zampetakis reviewed by Zhihua 
Deng)
     new 2d855b27d31 HIVE-28207: NullPointerException is thrown when checking 
column uniqueness (Shohei Okumiya reviewed by Stamatis Zampetakis, Ayush Saxena)

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:
 .arcconfig                                         |  15 --
 .github/actions/spelling/README.md                 |  18 +++
 .github/actions/spelling/advice.md                 |  18 +++
 .github/assign-by-files.yml                        |  16 +++
 .github/workflows/auto-assign.yml                  |  16 +++
 .github/workflows/docker-GA-images.yml             |  16 +++
 .github/workflows/spelling.yml                     |  16 +++
 .github/workflows/stale.yml                        |  16 +++
 LICENSE                                            |  37 ++++-
 README.md                                          |  18 +++
 .../apache/hive/beeline/TestTableOutputFormat.java |  14 +-
 bin/ext/tokentool.sh                               |  17 +++
 data/conf/fair-scheduler-test.xml                  |  16 +++
 data/conf/iceberg/llap/tez-site.xml                |  17 +++
 data/conf/iceberg/tez/tez-site.xml                 |  17 +++
 data/conf/llap/tez-site.xml                        |  17 +++
 data/conf/tez/tez-site.xml                         |  17 +++
 druid-handler/README.md                            |  18 +++
 hbase-handler/README.md                            |  20 ++-
 iceberg/checkstyle/checkstyle-suppressions.xml     |  16 +++
 iceberg/checkstyle/checkstyle.xml                  |  17 +++
 iceberg/iceberg-catalog/pom.xml                    |  13 ++
 iceberg/iceberg-handler/pom.xml                    |  13 ++
 iceberg/patched-iceberg-api/pom.xml                |  13 ++
 iceberg/patched-iceberg-core/pom.xml               |  13 ++
 itests/bin/generate-cli-splits.sh                  |  17 +++
 itests/bin/validateTestConfiguration.sh            |  15 ++
 .../TestDDLWithRemoteMetastoreSecondNamenode.java  |  13 +-
 .../hadoop/hive/ql/TestWarehouseExternalDir.java   |  13 +-
 itests/qtest-iceberg/pom.xml                       |  13 ++
 kafka-handler/README.md                            |  18 +++
 llap-server/src/main/resources/package.py          |  16 +++
 llap-server/src/main/resources/templates.py        |  17 +++
 packaging/src/docker/README.md                     |  18 +++
 packaging/src/docker/docker-compose.yml            |  16 +++
 packaging/src/license/licenses.xml                 |  18 +++
 packaging/src/main/assembly/src.xml                |   1 -
 pom.xml                                            |  18 ++-
 .../hive/ql/exec/HiveTotalOrderPartitioner.java    |   3 -
 .../hadoop/hive/ql/exec/PartitionKeySampler.java   |   3 -
 .../hive/ql/exec/tez/TezTotalOrderPartitioner.java |   3 -
 .../calcite/rules/HiveAggregateSplitRule.java      |   4 +-
 .../calcite/rules/HiveJoinConstraintsRule.java     |   3 +-
 .../optimizer/calcite/stats/HiveRelMdRowCount.java |   3 +-
 .../ql/optimizer/physical/SamplingOptimizer.java   |   3 -
 .../io/orc/TestOrcFileStripeMergeRecordReader.java |  12 +-
 .../TestNegativePartitionPrunerCompactExpr.java    |  12 +-
 .../TestPositivePartitionPrunerCompactExpr.java    |  12 +-
 .../hadoop/hive/ql/parse/TestSplitSample.java      |  13 +-
 .../queries/clientpositive/cbo_join_constraints.q  |  11 ++
 .../cbo_row_count_non_simple_filter.q              |  26 ++++
 .../clientpositive/llap/cbo_join_constraints.q.out |  78 ++++++++++
 .../llap/cbo_row_count_non_simple_filter.q.out     | 159 +++++++++++++++++++++
 .../hadoop/hive/serde2/MultiDelimitSerDe.java      |   2 -
 .../hive/serde2/lazy/fast/StringToDouble.java      |  17 ---
 .../src/resources/hive-webapps/static/js/llap.js   |  17 +++
 .../resources/hive-webapps/static/js/logconf.js    |  17 +++
 .../src/resources/hive-webapps/static/js/tab.js    |   2 -
 .../main/resources/datanucleus-log4j.properties    |  17 +++
 .../metastore-tools/metastore-benchmarks/README.md |  18 +++
 .../src/main/resources/log4j.properties            |  16 +++
 standalone-metastore/pom.xml                       |   1 -
 62 files changed, 968 insertions(+), 101 deletions(-)
 delete mode 100644 .arcconfig
 create mode 100644 ql/src/test/queries/clientpositive/cbo_join_constraints.q
 create mode 100644 
ql/src/test/queries/clientpositive/cbo_row_count_non_simple_filter.q
 create mode 100644 
ql/src/test/results/clientpositive/llap/cbo_join_constraints.q.out
 create mode 100644 
ql/src/test/results/clientpositive/llap/cbo_row_count_non_simple_filter.q.out

Reply via email to