pitrou commented on pull request #9349: URL: https://github.com/apache/arrow/pull/9349#issuecomment-775346541
I've asked for guidance on the flatbuffers mailing-list. However, I think that we may want to make the `max_tables` a factor of the buffer size. The only point of recursion is the `Field` table. A Field must have a non-empty type (and also, perhaps, a non-empty name). Even with at least 1 bit in the Flatbuffers buffer per Field, a 1536-byte Footer shouldn't contain more than 1536*8 tables. ---------------------------------------------------------------- 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