rickyma commented on code in PR #1960:
URL: 
https://github.com/apache/incubator-uniffle/pull/1960#discussion_r1692428084


##########
client-spark/common/src/main/java/org/apache/spark/shuffle/handle/SimpleShuffleHandleInfo.java:
##########
@@ -33,6 +33,8 @@
  * <p>It's to be broadcast to executors and referenced by shuffle tasks.
  */
 public class SimpleShuffleHandleInfo extends ShuffleHandleInfoBase implements 
Serializable {
+  private static final long serialVersionUID = 0L;
+

Review Comment:
   Remove this newline



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to