This is an automated email from the ASF dual-hosted git repository. shengkai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
from 437978fdf8a [FLINK-28234][table-planner] Fix Infinite or NaN exception in ExpressionReducer new 3aaa160bd80 [FLINK-28851][sql-gateway][hive] Remove useless OperationType new 29ca0ad8e33 [FLINK-28851][hive] Allow to GetTypeInfo in the HiveServer2 Endpoint 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 | 36 ++++++--- .../table/endpoint/hive/HiveServer2Schemas.java | 44 +++++++++++ .../hive/util/OperationExecutorFactory.java | 86 ++++++++++++++++++++++ .../hive/util/ThriftObjectConversions.java | 23 +----- .../endpoint/hive/HiveServer2EndpointITCase.java | 84 +++++++++++++++++++-- .../hive/util/ThriftObjectConversionsTest.java | 4 +- .../flink/table/gateway/api/SqlGatewayService.java | 5 +- .../table/gateway/api/operation/OperationType.java | 40 ---------- .../table/gateway/api/results/OperationInfo.java | 22 ++---- .../gateway/api/utils/MockedSqlGatewayService.java | 4 +- .../gateway/service/SqlGatewayServiceImpl.java | 7 +- .../service/operation/OperationManager.java | 22 ++---- .../gateway/service/SqlGatewayServiceITCase.java | 17 +---- 13 files changed, 252 insertions(+), 142 deletions(-) delete mode 100644 flink-table/flink-sql-gateway-api/src/main/java/org/apache/flink/table/gateway/api/operation/OperationType.java