This is an automated email from the ASF dual-hosted git repository.

joemcdonnell pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git.


    from 1a36a03  IMPALA-9398: Fix shell history duplication when cmdloop breaks
     new d0325b2  IMPALA-9539: Enable CNF rewrites by default
     new 53ff6f9  IMPALA-9649: Exclude shiro* and add to banned dependency 
maven plugin

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:
 common/thrift/ImpalaInternalService.thrift         |   2 +-
 fe/pom.xml                                         |  50 +-
 .../apache/impala/rewrite/ConvertToCNFRule.java    |   6 +-
 .../impala/authorization/AuthorizationTest.java    | 111 ----
 .../org/apache/impala/planner/PlannerTest.java     |   6 +-
 .../TestSentryResourceAuthorizationProvider.java   |  36 --
 .../queries/PlannerTest/constant-folding.test      |  23 +-
 .../queries/PlannerTest/tpcds-all.test             |   4 +-
 .../queries/PlannerTest/tpch-all.test              | 376 ++++----------
 .../queries/PlannerTest/tpch-kudu.test             |  70 +--
 .../queries/PlannerTest/tpch-nested.test           | 220 ++++----
 .../queries/PlannerTest/tpch-views.test            | 222 ++++----
 tests/authorization/test_authorization.py          |  29 --
 tests/authorization/test_grant_revoke.py           |  47 --
 tests/authorization/test_owner_privileges.py       | 571 ---------------------
 tests/authorization/test_sentry.py                 |  53 --
 tests/authorization/test_show_grant.py             | 150 ------
 17 files changed, 429 insertions(+), 1547 deletions(-)
 delete mode 100644 
fe/src/test/java/org/apache/impala/testutil/TestSentryResourceAuthorizationProvider.java
 delete mode 100644 tests/authorization/test_owner_privileges.py
 delete mode 100644 tests/authorization/test_show_grant.py

Reply via email to