1
0

[MINOR] Remove the implementation of Serializable from HoodieException (#3020)

This commit is contained in:
Wei
2021-06-03 19:46:33 +08:00
committed by GitHub
parent ad72691d24
commit f6eee77636

View File

@@ -18,7 +18,6 @@
package org.apache.hudi.exception; package org.apache.hudi.exception;
import java.io.Serializable;
/** /**
* <p> * <p>
@@ -29,7 +28,7 @@ import java.io.Serializable;
* exception. * exception.
* </p> * </p>
*/ */
public class HoodieException extends RuntimeException implements Serializable { public class HoodieException extends RuntimeException {
public HoodieException() { public HoodieException() {
super(); super();