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 7369ebb8b IMPALA-13415: Add a special testing mode to track Calcite 
progress
     new 453c9519b IMPALA-13482: Bug fixes for lag/coalesce in analytic 
function.
     new 4255926b1 IMPALA-12554: Create one Ranger policy for multi-column GRANT

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:
 .../ranger/RangerCatalogdAuthorizationManager.java | 59 +++++++++++++++++-
 .../ranger/RangerImpalaResourceBuilder.java        |  2 +
 .../calcite/functions/AnalyzedAnalyticExpr.java    | 10 ++++
 .../functions/AnalyzedFunctionCallExpr.java        |  4 +-
 ...ggFunction.java => ImpalaCoalesceFunction.java} | 40 +++++--------
 .../operators/ImpalaCustomOperatorTable.java       |  3 +
 .../calcite/operators/ImpalaOperatorTable.java     |  2 +
 tests/authorization/test_ranger.py                 | 70 +++++++++++++++++++++-
 8 files changed, 161 insertions(+), 29 deletions(-)
 copy 
java/calcite-planner/src/main/java/org/apache/impala/calcite/operators/{ImpalaAvgAggFunction.java
 => ImpalaCoalesceFunction.java} (51%)

Reply via email to