Skip to content

Commit

Permalink
Update PartitionTableAutoCleaner.java
Browse files Browse the repository at this point in the history
  • Loading branch information
CRZbulabula committed Jan 23, 2025
1 parent bfe4bd6 commit 68f26b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public PartitionTableAutoCleaner(ConfigManager configManager) {

@Override
protected void periodicExecute(Env env) {
List<String> databases = configManager.getClusterSchemaManager().getDatabaseNames(null);
List<String> databases = configManager.getClusterSchemaManager().getDatabaseNames();
Map<String, Long> databaseTTLMap =
configManager.getClusterSchemaManager().getTTLInfoForUpgrading();
for (String database : databases) {
Expand Down

0 comments on commit 68f26b9

Please sign in to comment.