pan3793 commented on PR #50022: URL: https://github.com/apache/spark/pull/50022#issuecomment-2693445568
> It seems not work. Hive metastore version is 3.1. [error.log](https://github.com/user-attachments/files/19048917/error.log) @wangyum thank you for testing, the change should only affect client side, it does not matter which version of HMS you used. you can enable the debug log to see if these logs are printed ``` 2025-02-25 15:56:20 DEBUG HiveClientImpl: Trying to set metastore client thrift max message to 1024 2025-02-25 15:56:20 DEBUG HiveClientImpl: Change the current metastore client thrift max message size from 104857600 to 1024 ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
