This is an automated email from the ASF dual-hosted git repository.
shengkai pushed a change to branch release-1.16
in repository https://gitbox.apache.org/repos/asf/flink.git
from f599a8c444a [FLINK-28860][runtime] JobMaster wait for partition
promote before close
new c8e75d201df [FLINK-29118][sql-gateway][hive] Remove default
GenericInMemoryCatalog in the HiveServer2 Endpoint when openSession
new 219b78d840c [FLINK-29184][sql-gateway] Close resource manager when
closing Session
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:
.../table/endpoint/hive/HiveServer2Endpoint.java | 4 +-
.../endpoint/hive/HiveServer2EndpointITCase.java | 119 +++++++++---------
.../hive/HiveServer2EndpointStatementITCase.java | 4 +
.../client/gateway/context/SessionContext.java | 6 +
.../gateway/api/session/SessionEnvironment.java | 16 ---
.../api/session/SessionEnvironmentTest.java | 2 -
.../gateway/service/context/SessionContext.java | 136 ++++++++++++++-------
.../gateway/service/session/SessionManager.java | 12 +-
.../gateway/service/SqlGatewayServiceITCase.java | 7 +-
.../service/context/SessionContextTest.java | 20 ++-
10 files changed, 177 insertions(+), 149 deletions(-)