viirya commented on code in PR #1703:
URL: https://github.com/apache/arrow-rs/pull/1703#discussion_r874203001
##########
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:
Because we have no place to keep the type ids from Json, I put them in
metadata in previously. Now we can keep them in union type formally.
--
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]