Commits


Eric Erhardt authored and Wes McKinney committed efa3ae765ba
ARROW-5887: [C#] ArrowStreamWriter writes FieldNodes in wrong order Write FieldNodes in correct order in ArrowStreamWriter. Also, fix a small issue with writing BooleanArrays' NullBitmapBuffer. @pgovind @chutchinson Author: Eric Erhardt <eric.erhardt@microsoft.com> Closes #4836 from eerhardt/Fix5887 and squashes the following commits: f0835dea8 <Eric Erhardt> Write FieldNodes in correct order in ArrowStreamWriter.