min-guk commented on PR #2126: URL: https://github.com/apache/systemds/pull/2126#issuecomment-2426117489
@mboehm7 Thank you for reviewing and merging my code. I didn't realize the version I had uploaded would be the final one, so I didn't have a chance to properly review the code style or remove unnecessary comments. I appreciate you fixing those for me. However, I made some changes to the code during debugging that I forgot to revert. I'll submit a new PR to address this. ``` java public static class SliceMatrix extends FederatedUDF { public FederatedResponse execute(ExecutionContext ec, Data... data) { ... // return new FederatedResponse(FederatedResponse.ResponseType.SUCCESS, resBlock); return new FederatedResponse(FederatedResponse.ResponseType.SUCCESS); } ``` -- 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