tustvold commented on code in PR #3769:
URL: https://github.com/apache/arrow-rs/pull/3769#discussion_r1119119307
##########
arrow-data/src/data/types.rs:
##########
@@ -141,7 +140,7 @@ impl From<&DataType> for PhysicalType {
DataType::UInt64 =>
Self::Dictionary(DictionaryKeyType::UInt64),
d => panic!("illegal dictionary key data type {d}"),
},
- DataType::Map(_, _) => Self::Map,
+ DataType::Map(_, _) => Self::List(OffsetType::Int32),
Review Comment:
MapArray is just a logical type over ListArray
--
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]