Add CLI support inspect, schedule and run compaction
This commit is contained in:
committed by
vinoth chandar
parent
2e12c86d01
commit
594059a19c
@@ -149,6 +149,10 @@ public class HoodieInstant implements Serializable {
|
||||
&& Objects.equals(timestamp, that.timestamp);
|
||||
}
|
||||
|
||||
public State getState() {
|
||||
return state;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int hashCode() {
|
||||
return Objects.hash(state, action, timestamp);
|
||||
|
||||
Reference in New Issue
Block a user