You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/09 03:56:29 UTC

[GitHub] [arrow] dudutudou opened a new issue, #13559: How to create an empty record batch per given schema?

dudutudou opened a new issue, #13559:
URL: https://github.com/apache/arrow/issues/13559

   
   In c++ version, do we have an easy method to create a record batch which has zero rows per given schema?
   
   Thanks.


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

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


[GitHub] [arrow] wjones127 commented on issue #13559: How to create an empty record batch per given schema?

Posted by GitBox <gi...@apache.org>.
wjones127 commented on issue #13559:
URL: https://github.com/apache/arrow/issues/13559#issuecomment-1179475768

   `RecordBatch::MakeEmpty()? https://github.com/apache/arrow/blob/d404c9c6a0d6ce94f054596e667205995ef944d2/cpp/src/arrow/record_batch.h#L71


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


[GitHub] [arrow] dudutudou closed issue #13559: How to create an empty record batch per given schema?

Posted by GitBox <gi...@apache.org>.
dudutudou closed issue #13559: How to create an empty record batch per given schema?
URL: https://github.com/apache/arrow/issues/13559


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


[GitHub] [arrow] dudutudou commented on issue #13559: How to create an empty record batch per given schema?

Posted by GitBox <gi...@apache.org>.
dudutudou commented on issue #13559:
URL: https://github.com/apache/arrow/issues/13559#issuecomment-1179531726

   @wjones127 Thanks!


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