viirya commented on code in PR #1703:
URL: https://github.com/apache/arrow-rs/pull/1703#discussion_r873956483
##########
arrow/src/datatypes/mod.rs:
##########
@@ -435,19 +435,10 @@ mod tests {
"my_union",
DataType::Union(
vec![
- Field::new("f1", DataType::Int32, true).with_metadata(Some(
Review Comment:
yea, it is used to store type id. Now it is stored directly in union type.
--
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]