rtrivedi12 commented on PR #4621: URL: https://github.com/apache/hive/pull/4621#issuecomment-1693239014
> Why and when do we need this amount of message? In any communication if the message is too big it needs to be divided and send by chunk. To create a message that is 2 GB is too large in a normal scenario. @aturoczy Multiple customers have encountered `org.apache.thrift.transport.TTransportException: MaxMessageSize reached` excpetion during `listPartitions` call for wide tables with huge partitions (above 2k) as each partition object contains all column descriptors now. 1 GB was not enough and most of the customers end up extending the default hence the decision to increase default to max. -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org