FMX commented on code in PR #3177:
URL: https://github.com/apache/celeborn/pull/3177#discussion_r2024208557


##########
client/src/main/scala/org/apache/celeborn/client/commit/ReducePartitionCommitHandler.scala:
##########
@@ -65,8 +66,10 @@ class ReducePartitionCommitHandler(
     sharedRpcPool)
   with Logging {
 
+  class MultiLanguageRpcContext(val ctx: RpcCallContext, val serdeVersion: 
SerdeVersion) {}

Review Comment:
   ```suggestion
     class MultiVersionRpcContext(val ctx: RpcCallContext, val serdeVersion: 
SerdeVersion) {}
   ```



-- 
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]

Reply via email to