uber / RemoteShuffleService

Remote shuffle service for Apache Spark to store shuffle data on remote servers.
Other
321 stars 100 forks source link

Allow WriteClientMetrics To Be Final #51

Open belugabehr opened 3 years ago

belugabehr commented 3 years ago

WriteClientMetrics in class DataBlockSyncWriteClient is always set in the constructor and therefore can be final and avoids the need for further null checks.

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.