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 367378438 IMPALA-11744: Table mask view should preserve the original 
column order in Hive
     new e40fd4611 IMPALA-11728: Set fallback database for functions
     new 644a6890d IMPALA-11758: Fixed error detection for usage of reserved 
words.
     new 8cd4a1e4e IMPALA-11584: Enable minicluster tests for Ozone

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:
 be/src/service/query-options.cc                    |  4 ++
 be/src/service/query-options.h                     |  6 +-
 common/thrift/ImpalaService.thrift                 |  2 +
 common/thrift/Query.thrift                         |  2 +
 docs/topics/impala_reserved_words.xml              |  7 ++
 fe/src/main/cup/sql-parser.cup                     | 24 +++++--
 .../java/org/apache/impala/analysis/Analyzer.java  |  8 +++
 .../org/apache/impala/analysis/FunctionName.java   | 21 ++++++
 .../org/apache/impala/analysis/ParserTest.java     | 20 ++++--
 .../authorization/AuthorizationStmtTest.java       | 17 +++++
 .../queries/QueryTest/explain-level0.test          |  4 +-
 .../queries/QueryTest/explain-level1.test          |  4 +-
 .../queries/QueryTest/explain-level2.test          |  6 +-
 .../queries/QueryTest/explain-level3.test          |  6 +-
 .../QueryTest/mt-dop-parquet-scheduling.test       | 24 +++----
 tests/authorization/test_ranger.py                 | 77 +++++++++++++++++++++-
 tests/common/skip.py                               | 12 ++--
 tests/custom_cluster/test_hdfs_timeout.py          |  4 +-
 .../custom_cluster/test_reserved_words_version.py  | 21 ++++--
 tests/custom_cluster/test_scheduler_locality.py    |  4 +-
 tests/query_test/test_mem_usage_scaling.py         |  3 +-
 tests/query_test/test_scanners.py                  |  1 +
 tests/query_test/test_udfs.py                      | 39 ++++++++++-
 23 files changed, 264 insertions(+), 52 deletions(-)

Reply via email to