Today, the format docs are ambiguous on whether zero sized batches are supported. Wes opened a PR [1] for empty record batches that shows C++ handles them but Java and javascript fail to handle them.
I'd like to propose: 1. Make it explicit in the format docs, that 0 size record batches are supported 2. Update Java and javascript implementations to work with them (I can put the Java work on my backlog, but would need a volunteer for JS). And any other implementations that don't currently handle them. Thoughts? Thanks, Micah