You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "wgtmac (via GitHub)" <gi...@apache.org> on 2023/02/09 02:39:18 UTC

[GitHub] [orc] wgtmac commented on pull request #1402: ORC-1361: InvalidProtocolBufferException when reading large stripe statistics

wgtmac commented on PR #1402:
URL: https://github.com/apache/orc/pull/1402#issuecomment-1423534759

   > Thank you for making a PR, @zabetak . Do you think 2GB limitation exists in C++ code path?
   > 
   > cc @williamhyun , @wgtmac , @stiga-huang , @coderex2522 .
   
   I think so. According to my experience, large message cannot be decoded with following warning:
   
   > Reading dangerously large protocol message. If the message turns out to be larger than 67108864 bytes, parsing will be halted for security reasons. To increase the limit (or to disable these warnings), see CodedInputStream::SetTotalBytesLimit() in google/protobuf/io/coded_stream.h.
   
   One has to workaround it manually by setting a larger limit.


-- 
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-unsubscribe@orc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org