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 86740a7d3 IMPALA-11549: Support Hive GenericUdfs that return primitive 
java types
     new f8819ac7c IMPALA-11751: (Addendum) fix test for Ozone
     new c56cd7b21 IMPALA-11780: Wrong FILE__POSITION values for multi row 
group Parquet files when page filtering is used
     new 4cbc295c4 IMPALA-10986: Require the SELECT privilege to execute a UDF

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/exec/parquet/parquet-column-readers.cc      |   8 +-
 be/src/exec/parquet/parquet-column-readers.h       |  14 +-
 common/thrift/CatalogObjects.thrift                |   6 +-
 fe/src/main/cup/sql-parser.cup                     |  12 +-
 .../java/org/apache/impala/analysis/Analyzer.java  |   4 +
 .../apache/impala/analysis/FunctionCallExpr.java   |   3 +
 .../org/apache/impala/analysis/FunctionName.java   |  11 +-
 .../org/apache/impala/analysis/PrivilegeSpec.java  |  60 ++++-
 .../ranger/RangerCatalogdAuthorizationManager.java |   2 +
 .../ranger/RangerImpaladAuthorizationManager.java  |  15 +-
 .../impala/authorization/ranger/RangerUtil.java    |   2 +-
 fe/src/main/jflex/sql-scanner.flex                 |   1 +
 .../java/org/apache/impala/analysis/ToSqlTest.java |  20 ++
 .../authorization/AuthorizationStmtTest.java       |  71 +++++-
 .../authorization/AuthorizationTestBase.java       |  21 ++
 testdata/data/README                               |  13 +-
 .../customer_nested_multiblock_multipage.parquet   | Bin 0 -> 807255 bytes
 .../queries/QueryTest/compute-stats-avro.test      |   4 +-
 .../virtual-column-file-position-parquet.test      |  56 +++++
 tests/authorization/test_ranger.py                 | 277 ++++++++++++++++++++-
 tests/query_test/test_scanners.py                  |  10 +-
 21 files changed, 562 insertions(+), 48 deletions(-)
 create mode 100644 testdata/data/customer_nested_multiblock_multipage.parquet

Reply via email to