Commits


Eric Erhardt authored and Krisztián Szűcs committed 9600d8b85d4
ARROW-4543: [C#] Update Flat Buffers code to latest version - Update FlatBuffers code to latest version. - Mark all FlatBuffer types as internal. Note: I didn't use the latest `.fbs` file version because it included the SparseTensor support. Using the latest `.fbs` change caused problems with the `Tensor` generation. I have a [question if the latest `.fbs` file is correct](https://github.com/apache/arrow/pull/2546#discussion_r256549256). /cc @chutchinson @stephentoub - FYI Author: Eric Erhardt <eric.erhardt@microsoft.com> Closes #3637 from eerhardt/UpdateFlatBufferCode and squashes the following commits: 15e0831c <Eric Erhardt> Adding how to update FlatBuffers code to the README 043ce7e2 <Eric Erhardt> ARROW-4543: Update Flat Buffers code to latest version