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 2021/04/26 13:22:51 UTC

[GitHub] [arrow-datafusion] alamb opened a new issue #113: ColumnarValue::into_array should not require batch

alamb opened a new issue #113:
URL: https://github.com/apache/arrow-datafusion/issues/113


   *Note*: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-10687
   
   ColumnarValue::into_array requires a batch argument, which is used to get the number of rows from the batch.
   
   It would be better to just pass in the number of rows instead so that we can use this function in cases where we do not have a batch available.


-- 
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:
users@infra.apache.org