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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
