zeroshade commented on a change in pull request #9862:
URL: https://github.com/apache/arrow/pull/9862#discussion_r606822771



##########
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:
       I don't know if go formatting is checked in the CI already, but the 
formatting change here happened because my IDE is set to automatically apply 
gofmt formatting whenever I save. So this formatting change happened because of 
applying proper formatting.




-- 
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]


Reply via email to