SteNicholas commented on code in PR #3521:
URL: https://github.com/apache/celeborn/pull/3521#discussion_r2492799696
##########
worker/src/main/java/org/apache/celeborn/service/deploy/worker/storage/MapPartitionData.java:
##########
@@ -50,10 +51,10 @@ public class MapPartitionData implements
MemoryManager.ReadBufferTargetChangeLis
protected final ExecutorService readExecutor;
protected final ConcurrentHashMap<Long, MapPartitionDataReader> readers =
JavaUtils.newConcurrentHashMap();
- private FileChannel dataFileChanel;
+ private FileChannel dataChannel;
Review Comment:
@xy2953396112, no need to keep consistent for naming. This just keeps the
same naming style with `indexChannel`.
--
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]