sandugood commented on code in PR #1853:
URL:
https://github.com/apache/datafusion-ballista/pull/1853#discussion_r3428187159
##########
ballista/core/src/serde/scheduler/to_proto.rs:
##########
@@ -78,7 +78,7 @@ impl TryInto<protobuf::PartitionLocation> for
PartitionLocation {
Ok(protobuf::PartitionLocation {
map_partition_id: self.map_partition_id as u32,
partition_id: Some(self.partition_id.into()),
- executor_meta: Some(self.executor_meta.into()),
+ executor_id: self.executor_meta.clone().id.clone(),
Review Comment:
Nope, works either way
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]