zeroshade commented on pull request #9836: URL: https://github.com/apache/arrow/pull/9836#issuecomment-809502755
All that was done for this change was to run `go run ./gen-flatbuffers.go` followed by updating the couple of files in the ipc module which had to switch direct references to `byte` or `int16` to the exported types from the flatbuffers files. So the only files in this change that contain anything that wasn't generated by flatc are ipc/file_writer.go, ipc/message.go and ipc/metadata.go. Everything else just contains the generated flatbuffer code. -- 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: [email protected]
