kszucs commented on a change in pull request #873:
URL: https://github.com/apache/arrow-datafusion/pull/873#discussion_r704247808
##########
File path: ballista/rust/core/src/serde/logical_plan/to_proto.rs
##########
@@ -407,6 +407,7 @@ impl From<&DataType> for
protobuf::arrow_type::ArrowTypeEnum {
fractional: *fractional as u64,
})
}
+ _ => ArrowTypeEnum::None(EmptyMessage {}),
Review comment:
Just a temporary workaround, but need to add the Map type to the proto
definitions.
--
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]