emkornfield commented on a change in pull request #9349: URL: https://github.com/apache/arrow/pull/9349#discussion_r566231106
########## File path: cpp/src/arrow/ipc/reader.cc ########## @@ -58,6 +58,8 @@ #include "generated/Schema_generated.h" #include "generated/SparseTensor_generated.h" +#define FLATBUFFER_MAX_TABLES 10000000 Review comment: or simple comment the parameter inline below /*flatbuffer_max_tables=*/100000000 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org