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 3de8e49 commit a797310
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -676,10 +676,7 @@ public String getSignature(int signatureVersion) {
public void write(DataOutput out) throws IOException {
discardHudiTable();
Text.writeString(out, GsonUtils.GSON.toJson(this));
if (FeMetaVersion.VERSION_138 <= Env.getCurrentEnvJournalVersion()) {
writeTables(out);
return;
}
writeTables(out);
}


Expand Down

0 comments on commit a797310

Please sign in to comment.