pitrou commented on pull request #9447: URL: https://github.com/apache/arrow/pull/9447#issuecomment-776223813
To quote [an answer](https://groups.google.com/g/flatbuffers/c/0h6F7g6iOlQ/m/jBQRW2fGBwAJ) that I got on the Flatbuffers mailing-list: a buffer of a given size can basically encode a nearly unlimited number of tables, since Flatbuffers can deduplicate tables (e.g. you can have a Field with N times the same child, itself with M times the same child, etc., which can produce a combinatory explosion). ---------------------------------------------------------------- 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