rtrivedi12 opened a new pull request, #4621:
URL: https://github.com/apache/hive/pull/4621

   
   ### What changes were proposed in this pull request?
   
   Changed the default value for thrift message size to 2147483647 bytes 
instead of 1 GB and fixed config help message.
   Also, Wrapped the config value to a max of INTEGER.MAX_VALUE.
   
   
   ### Why are the changes needed?
   
   Wide tables with huge partitions (5k+) can cross current thrift max message 
size of 1GB as the partition object contains column descriptors and other 
properties set by Impala.
   Help message suggested the upper limit for max message size as 2 GB which is 
outside of INTEGER.MAX_VALUE range and hence caused overflow when converted to 
int and got updated to thrift default (100 MB)
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   ### Is the change a dependency upgrade?
   No
   
   ### How was this patch tested?
   
   There is no functionality change introduced, so existing test cases should 
not be failing with these config value changes
   


-- 
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

Reply via email to