Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
Signed-off-by: shuming.li <[email protected]>
  • Loading branch information
LiShuMing committed Feb 18, 2025
1 parent 68d87aa commit a1ee5eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1390,7 +1390,7 @@ private Map<String, MaterializedView.BasePartitionInfo> getRefreshedPartitionInf
partition.getDefaultPhysicalPartition().getVisibleVersionTime());
partitionInfos.put(partition.getName(), basePartitionInfo);
}
LOG.info("Collect olap base table {}'s refreshed partition infos: {}", baseTable.getName(), partitionInfos);
LOG.debug("Collect olap base table {}'s refreshed partition infos: {}", baseTable.getName(), partitionInfos);
return partitionInfos;
} else if (ConnectorPartitionTraits.isSupportPCTRefresh(baseTable.getType())) {
return getSelectedPartitionInfos(baseTable, Lists.newArrayList(refreshedPartitionNames), baseTableInfo);
Expand Down

0 comments on commit a1ee5eb

Please sign in to comment.