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 7bb1d1e HIVE-22518: SQLStdHiveAuthorizerFactoryForTest doesn't work
correctly for llap tests (Zoltan Haindrich reviewed by Miklos Gergely)
add 5201f14 HIVE-22774: Usability improvements of scheduled queries
(Zoltan Haindrich reviewed by Jesus Camacho Rodriguez)
add 7a7be90 HIVE-22767: Beeline doesn't parse semicolons in comments
properly (Zoltan Matyus via Zoltan Haindrich)
add 8dec57c HIVE-22679: Replace Base64 in metastore-common Package (David
Mollitor via Naveen Gangam)
No new revisions were added by this update.
Summary of changes:
.../src/java/org/apache/hive/beeline/Commands.java | 124 +++++----
.../test/org/apache/hive/beeline/TestCommands.java | 286 ++++++++++++++++++++-
.../java/org/apache/hadoop/hive/conf/HiveConf.java | 2 +
.../hcatalog/listener/DummyRawStoreFailEvent.java | 2 +-
.../hive/ql/parse/ScheduledQueryAnalyzer.java | 5 +-
.../scheduled/ScheduledQueryExecutionService.java | 17 +-
.../hive/ql/schq/TestScheduledQueryService.java | 2 +-
.../hadoop/hive/metastore/api/QueryState.java | 4 +-
.../src/gen/thrift/gen-php/metastore/Types.php | 4 +-
.../src/gen/thrift/gen-py/hive_metastore/ttypes.py | 6 +-
.../src/gen/thrift/gen-rb/hive_metastore_types.rb | 6 +-
.../hadoop/hive/metastore/conf/MetastoreConf.java | 12 +-
.../metastore/security/HadoopThriftAuthBridge.java | 8 +-
.../src/main/thrift/hive_metastore.thrift | 2 +-
.../apache/hadoop/hive/metastore/ObjectStore.java | 20 +-
.../org/apache/hadoop/hive/metastore/RawStore.java | 2 +-
.../ScheduledQueryExecutionsMaintTask.java | 4 +
.../hadoop/hive/metastore/cache/CachedStore.java | 2 +-
.../metastore/DummyRawStoreControlledCommit.java | 6 +-
.../client/TestMetastoreScheduledQueries.java | 57 +++-
20 files changed, 475 insertions(+), 96 deletions(-)