Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring committed Jul 3, 2024
1 parent e850ff8 commit 3de8e49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public enum OlapTableState {
WAITING_STABLE
}

@SerializedName(value = "s", alternate = {"state"})
@SerializedName(value = "tst", alternate = {"state"})
private volatile OlapTableState state;

// index id -> index meta
Expand Down

0 comments on commit 3de8e49

Please sign in to comment.