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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to