You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "baumgold (via GitHub)" <gi...@apache.org> on 2023/03/13 23:28:06 UTC

[GitHub] [arrow-julia] baumgold commented on pull request #400: add kwarg chunksize for default data partitioning for write

baumgold commented on PR #400:
URL: https://github.com/apache/arrow-julia/pull/400#issuecomment-1467116961

   > By far the simplest option would be to pass the schema down - because we have access to it before `Tables.columns` is called in the arrow construction (that's how we lose the schema, because we "materialize" the chunk as is)
   
   We could allow users to optionally provide the Schema in the Base.open constructor of the Writer object.  If a user makes use of this then we should validate the the actual schema of each chunk matches that of the expected schema.


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