Skip to content

Commit

Permalink
[Fix](cache) fix query cache returns wrong result after deleting part…
Browse files Browse the repository at this point in the history
…itions.
  • Loading branch information
王翔宇 committed Aug 28, 2023
1 parent 0f0c345 commit 1c70d15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public int compareTo(CacheTable table) {
}

public void debug() {
LOG.debug("table {}, partition id {}, ver {}, time {}, partition num: {}", olapTable.getName(),
LOG.debug("table {}, partition id {}, ver {}, time {}, partition num {}", olapTable.getName(),
latestPartitionId, latestVersion, latestTime, partitionNum);
}
}
Expand Down

0 comments on commit 1c70d15

Please sign in to comment.