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

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

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

   I've changed the condition for automatic partitioning to be `Tables.rowaccess()=true` as well, to prevent accepting some columntables without row iterators.
   
   In addition, I've changed `Iterators.partition(Tables.rows(tbl),chunksize)` to `Iterators.partition(tbl,chunksize)` to avoid missingness type getting lost (eg, for DataFrames)


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