You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "mapleFU (via GitHub)" <gi...@apache.org> on 2023/07/30 17:01:49 UTC

[GitHub] [arrow] mapleFU commented on issue #36940: Arrow crashes session or read gets an arror (exceeded limit size)

mapleFU commented on issue #36940:
URL: https://github.com/apache/arrow/issues/36940#issuecomment-1657220507

   Can you get `parquet::ReaderProperties`? In C++, we have:
   
   ```
   constexpr int32_t kDefaultThriftStringSizeLimit = 100 * 1000 * 1000;
   // Structs in the thrift definition are relatively large (at least 300 bytes).
   // This limits total memory to the same order of magnitude as
   // kDefaultStringSizeLimit.
   constexpr int32_t kDefaultThriftContainerSizeLimit = 1000 * 1000;
   ```
   
   Would you mind enlarge the thrift container size limit? @xtimbeau 


-- 
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: github-unsubscribe@arrow.apache.org

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