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 bd9f44838 IMPALA-11751: Template tuple of Avro header should be
transferred to ScanRangeSharedState
new 6838e988a IMPALA-11696: Fix incorrect warnings of ignoring delimiters
on text/sequence tables
new 367378438 IMPALA-11744: Table mask view should preserve the original
column order in Hive
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:
.../java/org/apache/impala/analysis/Analyzer.java | 10 +-
.../apache/impala/analysis/CreateTableStmt.java | 2 +-
.../org/apache/impala/analysis/InlineViewRef.java | 5 +
.../java/org/apache/impala/analysis/TableRef.java | 33 ++-
.../org/apache/impala/analysis/AnalyzeDDLTest.java | 37 ++--
.../apache/impala/analysis/AnalyzeStmtsTest.java | 6 +-
.../org/apache/impala/common/FrontendFixture.java | 10 +-
.../org/apache/impala/common/FrontendTestBase.java | 24 +-
.../queries/QueryTest/ranger_column_masking.test | 246 +++++++++++++++++++++
.../ranger_column_masking_and_row_filtering.test | 88 ++++++++
.../queries/QueryTest/ranger_row_filtering.test | 98 ++++++++
11 files changed, 530 insertions(+), 29 deletions(-)