This is an automated email from the ASF dual-hosted git repository.
stigahuang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 97480c3e3 IMPALA-11640/IMPALA-11641: Workaround errors in shared
library build on Ubuntu 18+
new cf2d7289f IMPALA-11630: Update COS version
new 44c0e00f5 IMPALA-9460: ADD PARTITION doesn't accept SET FORMAT
new 0bc562a02 IMPALA-10356: Fix SetOperationStmt::toSql() for VALUES
statement with single value
The 3 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 | 2 +-
fe/src/main/cup/sql-parser.cup | 3 ++
.../analysis/AlterTableAddPartitionStmt.java | 24 +++++++++++++++
.../apache/impala/analysis/SetOperationStmt.java | 34 +++++++++++++++-------
.../apache/impala/service/CatalogOpExecutor.java | 14 +++++++--
.../apache/impala/analysis/AnalyzeStmtsTest.java | 6 ++++
.../apache/impala/analysis/ExprRewriterTest.java | 2 --
.../org/apache/impala/analysis/ParserTest.java | 1 +
.../queries/PlannerTest/resource-requirements.test | 4 +--
tests/metadata/test_ddl.py | 23 +++++++++++++++
10 files changed, 95 insertions(+), 18 deletions(-)