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 12:47:06 UTC

[GitHub] [arrow-rs] alamb opened a new issue #178: Change RecordBatchOptions from struct to enum

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


   *Note*: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-11537
   
   The RecordBatchOptions struct seems to be limited to express the possible options that could be used to create a RecordBatch. At the time it seems that there is only one option put if in the future a new option is added the struct will have to be changed.
   
   The proposal is to change the struct RecordBatchOptions to an enum with the possible options and in the create recordbatch with options you can pass an slice with all the options.


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