Skip to content

Commit

Permalink
Flink: SortKeySerializer and CompletedStatisticsSerializer support ve…
Browse files Browse the repository at this point in the history
…rsion,and add UT for the change
  • Loading branch information
Guosmilesmile committed Dec 4, 2024
1 parent a2d4e04 commit fb226bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ boolean isValid() {
return false;
}
}

return true;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ static CompletedStatistics deserializeCompletedStatistics(
if (!completedStatistics.isValid()) {
throw new RuntimeException("Fail to deserialize aggregated statistics,change to v1");
}

return completedStatistics;
} catch (Exception e) {
try {
Expand Down

0 comments on commit fb226bb

Please sign in to comment.