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/01/05 20:43:00 UTC

[GitHub] [arrow-rs] alamb commented on a change in pull request #1135: feat: union schema serialization/deserialization for ipc

alamb commented on a change in pull request #1135:
URL: https://github.com/apache/arrow-rs/pull/1135#discussion_r779122957



##########
File path: arrow/src/ipc/convert.rs
##########
@@ -820,7 +857,45 @@ mod tests {
                     ]),
                     false,
                 ),
+                Field::new(
+                    "union<int64, list[union<date32, list[union<>]>]>",
+                    DataType::Union(

Review comment:
       unions of unions 🤯  LOL




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