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

vihangk1 pushed a change to branch branch-3
in repository https://gitbox.apache.org/repos/asf/hive.git.


    from 5ed2ec0  HIVE-23033:MSSQL metastore schema init script doesn't 
initialize NOTIFICATION_SEQUENCE (David Lavati via Naveen Gangam)
     new 7426703  HIVE-21851: FireEventResponse should include event id when 
available (Vihang Karajgaonkar, reviewed by Naveen Gangam)
     new 64ecee6  HIVE-23018: Provide a bulk API to fire multiple insert events 
(Vihang Karajgaonkar, reviewed by Yonghzi Chen)

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:
 .../listener/TestDbNotificationListener.java       |  119 +-
 .../src/gen/thrift/gen-cpp/ThriftHiveMetastore.cpp | 2218 +++++++++---------
 .../gen/thrift/gen-cpp/hive_metastore_types.cpp    | 2164 +++++++++--------
 .../src/gen/thrift/gen-cpp/hive_metastore_types.h  |   31 +-
 .../metastore/api/ClearFileMetadataRequest.java    |   32 +-
 .../hive/metastore/api/ClientCapabilities.java     |   32 +-
 .../hive/metastore/api/FindSchemasByColsResp.java  |   36 +-
 .../hive/metastore/api/FireEventRequest.java       |   32 +-
 .../hive/metastore/api/FireEventRequestData.java   |   98 +-
 .../hive/metastore/api/FireEventResponse.java      |  163 +-
 .../metastore/api/GetAllFunctionsResponse.java     |   36 +-
 .../api/GetFileMetadataByExprRequest.java          |   32 +-
 .../metastore/api/GetFileMetadataByExprResult.java |   48 +-
 .../hive/metastore/api/GetFileMetadataRequest.java |   32 +-
 .../hive/metastore/api/GetFileMetadataResult.java  |   44 +-
 .../hive/metastore/api/GetTablesRequest.java       |   32 +-
 .../hadoop/hive/metastore/api/GetTablesResult.java |   36 +-
 .../hive/metastore/api/InsertEventRequestData.java |  223 +-
 .../hive/metastore/api/PutFileMetadataRequest.java |   64 +-
 .../hadoop/hive/metastore/api/SchemaVersion.java   |   36 +-
 .../hive/metastore/api/ThriftHiveMetastore.java    | 2432 ++++++++++----------
 .../hive/metastore/api/WMFullResourcePlan.java     |  144 +-
 .../api/WMGetAllResourcePlanResponse.java          |   36 +-
 .../api/WMGetTriggersForResourePlanResponse.java   |   36 +-
 .../api/WMValidateResourcePlanResponse.java        |   64 +-
 .../metastore/api/WriteNotificationLogRequest.java |   32 +-
 .../gen-php/metastore/ThriftHiveMetastore.php      | 1368 +++++------
 .../src/gen/thrift/gen-php/metastore/Types.php     |  617 +++--
 .../gen-py/hive_metastore/ThriftHiveMetastore.py   |  924 ++++----
 .../src/gen/thrift/gen-py/hive_metastore/ttypes.py |  392 ++--
 .../src/gen/thrift/gen-rb/hive_metastore_types.rb  |   15 +-
 .../hadoop/hive/metastore/HiveMetaStore.java       |   72 +-
 .../src/main/thrift/hive_metastore.thrift          |    7 +-
 33 files changed, 6283 insertions(+), 5364 deletions(-)

Reply via email to