[MINOR] Remove the implementation of Serializable from HoodieException (#3020)
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
|
||||
package org.apache.hudi.exception;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
@@ -29,7 +28,7 @@ import java.io.Serializable;
|
||||
* exception.
|
||||
* </p>
|
||||
*/
|
||||
public class HoodieException extends RuntimeException implements Serializable {
|
||||
public class HoodieException extends RuntimeException {
|
||||
|
||||
public HoodieException() {
|
||||
super();
|
||||
|
||||
Reference in New Issue
Block a user