pan3793 commented on code in PR #24905: URL: https://github.com/apache/flink/pull/24905#discussion_r1630102484
########## flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/endpoint/hive/HiveServer2Endpoint.java: ########## @@ -869,10 +868,6 @@ private void buildTThreadPoolServer() { .inputProtocolFactory( new TBinaryProtocol.Factory( true, true, maxMessageSize, maxMessageSize)) - .requestTimeout(requestTimeoutMs) Review Comment: methods and args were removed in new thrift versions. you can check HIVE-25098 for details. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org