You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "westonpace (via GitHub)" <gi...@apache.org> on 2023/05/08 15:27:47 UTC

[GitHub] [arrow] westonpace commented on issue #35371: How to read an Arrow IPC with multiple record batches in C#

westonpace commented on issue #35371:
URL: https://github.com/apache/arrow/issues/35371#issuecomment-1538573072

   `RecordBatch.Builder.Append(RecordBatch)` doesn't work how I think you are expecting.  Instead of combining the rows from the two batches (making a longer record batch) it combines the columns from the two batches (making a wider record batch).
   
   There is no class that does the concatenating behavior you are describing today though it seems a reasonable enhancement request.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org