Rich-T-kid commented on code in PR #11160:
URL: https://github.com/apache/arrow-rs/pull/11160#discussion_r4068525420
##########
arrow-schema/src/datatype_parse.rs:
##########
@@ -580,6 +580,14 @@ impl<'a> Parser<'a> {
fn parse_map(&mut self) -> ArrowResult<DataType> {
self.expect_token(Token::LParen)?;
let field = self.parse_field()?;
+ if let DataType::Struct(fields) = field.data_type()
Review Comment:
well also need to remove some existing test then
--
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]