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

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

Reply via email to