emkornfield commented on a change in pull request #9349: URL: https://github.com/apache/arrow/pull/9349#discussion_r566230575
########## 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: style nit: use a constexpr in an anonymous namespace. ---------------------------------------------------------------- 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