Mandukhai-Alimaa opened a new pull request, #478:
URL: https://github.com/apache/arrow-go/pull/478

   ### Rationale for this change
   
   Rename the Record interface to RecordBatch for clarity, since Record 
commonly means a single row but this type represents a batch of rows.
   
   ### What changes are included in this PR?
   
   The following packages now use RecordBatch instead of Record:
   
   arrow/compute 
   arrow/util
   arrow/array
   arrow/internal/arrdata
   arrow/internal/arrjson
   arrow/internal/dictutils
   
   ### Are these changes tested?
   
   arrow/compute, arrow/util, arrow/array, arrow/internal/arrjson, 
arrow/internal/dictutils - All tests passing
   arrow/internal/arrdata - no test files
   
   ### Migration Strategy
   This is the third increment of the Record → RecordBatch migration.
   
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to