[MINOR] Remove the implementation of Serializable from HoodieException (#3020)
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user