emkornfield commented on a change in pull request #9862:
URL: https://github.com/apache/arrow/pull/9862#discussion_r606822186
##########
File path: go/arrow/ipc/file_reader.go
##########
@@ -312,16 +312,23 @@ func (f *FileReader) ReadAt(i int64) (array.Record,
error) {
func newRecord(schema *arrow.Schema, meta *memory.Buffer, body ReadAtSeeker)
array.Record {
var (
- msg = flatbuf.GetRootAsMessage(meta.Bytes(), 0)
- md flatbuf.RecordBatch
+ msg = flatbuf.GetRootAsMessage(meta.Bytes(), 0)
Review comment:
what applied this formatting change? Is go formatting not already
checked in CI?
--
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]