alamb commented on a change in pull request #984:
URL: https://github.com/apache/arrow-datafusion/pull/984#discussion_r705580786



##########
File path: ballista/rust/core/src/serde/logical_plan/to_proto.rs
##########
@@ -407,6 +407,9 @@ impl From<&DataType> for 
protobuf::arrow_type::ArrowTypeEnum {
                     fractional: *fractional as u64,
                 })
             }
+            DataType::Map(_, _) => {
+                unimplemented!("Ballista does not yet support Map data type")

Review comment:
       I am not enough of an expert to implement protobuf serialization in 
Ballista for a new `DataType` at this time but I suspect it is not very hard




-- 
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]


Reply via email to