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 2022/05/03 20:36:52 UTC

[GitHub] [arrow-rs] tustvold commented on issue #1637: UnionBuilder produces incorrect Union DataType

tustvold commented on issue #1637:
URL: https://github.com/apache/arrow-rs/issues/1637#issuecomment-1116585759

   I think automatically determining the nullability of the field based on if that child contains nulls makes a lot of sense, however, it could cause schema-volatility depending on if the written data happens to contain nulls which seems sub-optimal.
   
   I think the safest thing is probably to do what `GenericListBuilder` does and always set nullable to true, but it does feel a bit off...


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