[HUDI-3619] Fix HoodieOperation fromValue using wrong constant value (#5033)
Co-authored-by: root <l-shen@localhost.localdomain>
This commit is contained in:
@@ -40,7 +40,7 @@ public enum HoodieOperation {
|
||||
/**
|
||||
* Delete operation.
|
||||
*/
|
||||
DELETE("D", (byte) 4);
|
||||
DELETE("D", (byte) 3);
|
||||
|
||||
private final String name;
|
||||
private final byte value;
|
||||
|
||||
Reference in New Issue
Block a user