Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
w41ter committed Dec 11, 2024
1 parent 3ccdd2f commit 4e3e61b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,6 @@ private void prepareSnapshotTaskForOlapTableWithoutLock(Database db, OlapTable o

// snapshot partitions
for (Partition partition : partitions) {
LOG.info("walter add partition to backup job {}, id {}", partition.getName(), partition.getId());
long visibleVersion = partition.getVisibleVersion();
List<MaterializedIndex> indexes = partition.getMaterializedIndices(IndexExtState.VISIBLE);
for (MaterializedIndex index : indexes) {
Expand Down

0 comments on commit 4e3e61b

Please sign in to comment.