Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
Youngwb committed Nov 5, 2024
1 parent 82a88f1 commit b5360df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public int getAllPartitionSize() {

public String simpleString() {
if (type == StatsConstants.AnalyzeType.SAMPLE) {
return String.format("(%s,%s,sampled partition size=%d,all partition size=%d)", columnName, type,
return String.format("(%s,%s,sampled_partition_size=%d,all_partition_size=%d)", columnName, type,
sampledPartitionsHashValue.size(), allPartitionSize);
} else {
return String.format("(%s,%s)", columnName, type.toString());
Expand Down

0 comments on commit b5360df

Please sign in to comment.