sebwrede opened a new pull request #1237: URL: https://github.com/apache/systemds/pull/1237
This PR adds federated output flag propagation to AggregateBinaryFEDInstruction. This requires partial aggregation of federated data, which means that several new processing cases have been added to the instruction. Additionally, a new field called `_overlapNum` has been added to the FederatedRange class, which ensures that ranges of identical dimensions can be added to the federation map, and a new federation type called `FType.PART` has been added to represent partially aggregated federated data. The `readBlobFromFederated` method in MatrixObject.java has been adapted to handle partially aggregated data by aggregating the data when the method is called. The reviewer of this PR should especially evaluate the changes made to FederationMap and FederatedRange to support the partially aggregated data and whether this partially aggregated data is properly processed. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
