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

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


    from 4ff6a67  HIVE-22877: Fix decimal boundary check for casting to 
Decimal64 (Mustafa Iman via Gopal Vijayaraghavan)
     new 59b4c76  HIVE-16502: Relax hard dependency on SessionState in 
Authentication classes (Zoltan Haindrich reviewed by Miklos Gergely)
     new 0581c00  HIVE-22866: Add more testcases for scheduled queries (Zoltan 
Haindrich reviewed by Miklos Gergely)
     new e97ff5b  HIVE-22873: Make it possible to identify which hs2 instance 
executed a scheduled query (Zoltan Haindrich reviewed by Miklos Gergely)

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:
 .../test/resources/testconfiguration.properties    |   2 +
 .../hive/ql/security/DummyAuthenticator.java       |   4 +-
 .../ql/security/InjectableDummyAuthenticator.java  |   4 +-
 .../scheduled/ScheduledQueryExecutionContext.java  |  11 ++
 .../scheduled/ScheduledQueryExecutionService.java  |  25 ++--
 .../ql/security/HadoopDefaultAuthenticator.java    |   5 +-
 .../ql/security/HiveAuthenticationProvider.java    |   4 +-
 .../SessionStateConfigUserAuthenticator.java       |   5 +-
 .../ql/security/SessionStateUserAuthenticator.java |   6 +-
 .../Hook.java => session/ISessionAuthState.java}   |  19 +--
 .../hadoop/hive/ql/session/SessionState.java       |   4 +-
 .../hive/ql/schq/TestScheduledQueryService.java    |  31 +++--
 ql/src/test/queries/clientpositive/schq_analyze.q  |  31 +++++
 ql/src/test/queries/clientpositive/schq_ingest.q   |  45 +++++++
 .../queries/clientpositive/schq_materialized.q     |  28 +++-
 .../results/clientpositive/llap/schq_analyze.q.out | 110 ++++++++++++++++
 .../results/clientpositive/llap/schq_ingest.q.out  | 124 ++++++++++++++++++
 .../clientpositive/llap/schq_materialized.q.out    | 141 ++++++++++++++++++++-
 18 files changed, 545 insertions(+), 54 deletions(-)
 copy ql/src/java/org/apache/hadoop/hive/ql/{hooks/Hook.java => 
session/ISessionAuthState.java} (74%)
 create mode 100644 ql/src/test/queries/clientpositive/schq_analyze.q
 create mode 100644 ql/src/test/queries/clientpositive/schq_ingest.q
 create mode 100644 ql/src/test/results/clientpositive/llap/schq_analyze.q.out
 create mode 100644 ql/src/test/results/clientpositive/llap/schq_ingest.q.out

Reply via email to