This is an automated email from the ASF dual-hosted git repository.
michaelsmith pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 900f9f057 IMPALA-12411: Fix data race in expr-test teardown
new a0cdb7b59 IMPALA-12231: Bump GBN to get HMS thrift API changes
new 9f05cf79f IMPALA-10086: Implicit cast comparing char and varchar
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:
bin/impala-config.sh | 22 ++++----
fe/pom.xml | 8 +++
.../main/java/org/apache/impala/analysis/Expr.java | 16 +++---
.../java/org/apache/impala/catalog/HdfsTable.java | 3 +-
.../apache/impala/analysis/AnalyzeExprsTest.java | 6 +++
java/shaded-deps/hive-exec/pom.xml | 4 ++
java/test-hive-udfs/pom.xml | 4 ++
tests/custom_cluster/test_events_custom_configs.py | 51 +++++++++++++++++++
tests/custom_cluster/test_metastore_service.py | 4 +-
tests/query_test/test_cast_with_format.py | 58 ++++++++++++++++++++++
10 files changed, 152 insertions(+), 24 deletions(-)