j143 commented on code in PR #2273: URL: https://github.com/apache/systemds/pull/2273#discussion_r2148095122
########## src/main/java/org/apache/sysds/hops/fedplanner/FederatedMemoTable.java: ########## @@ -100,54 +136,88 @@ public static class FedPlanVariants { private final FederatedOutput fedOutType; // Output type (FOUT/LOUT) protected List<FedPlan> _fedPlanVariants; // List of plan variants + public FedPlanVariants(HopCommon hopCommon, FederatedOutput fedOutType) { + this.hopCommon = hopCommon; Review Comment: Hi, here the syntax seems to be incorrect. -- 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: dev-unsubscr...@systemds.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org