fallintoplace opened a new pull request, #1146:
URL: https://github.com/apache/arrow-go/pull/1146

   ## What
   
   NewTable permits a column to be longer than the logical table row count. 
TableReader used the absolute row limit when choosing each batch size, so a 
5-row table could emit a second batch that crossed the logical end. This uses 
the remaining row count.
   
   ## Test
   
   - go test ./arrow/array -run TestTableReaderDoesNotExceedTableRowCount 
-count=1


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