Skip to content

Commit 39cc6bd

Browse files
committed
Translate korean comments into english
1 parent 372c2ba commit 39cc6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/sysds/hops/fedplanner/FederatedPlanRewireTransTable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ private static FType getFederatedType(Hop hop, Map<Long, FType> fTypeMap) {
631631
// - DnnOp: Deep learning operations designed exclusively for CP/GPU (CuDNN dependencies)
632632
// - FunctionOp: Function calls execute locally on coordinator (no 'fcall' in FEDInstructionParser)
633633
// - LiteralOp: Constants without computation, created at coordinator only
634-
// - DataOp: Data operations (FEDERATED, TRANSIENTREAD, TRANSIENTWRITE) 은 따로 처리, 나머지는 지원 안함 (PERSISTENTWRITE/READ, FUNCTIONOUTPUT, SQLREAD)
634+
// - DataOp: Data operations (FEDERATED, TRANSIENTREAD, TRANSIENTWRITE) are handled separately, others are not supported (PERSISTENTWRITE/READ, FUNCTIONOUTPUT, SQLREAD)
635635
if (hop instanceof DataGenOp || hop instanceof DnnOp ||
636636
hop instanceof FunctionOp || hop instanceof LiteralOp ||
637637
hop instanceof DataOp) {

0 commit comments

Comments
 (0)