Skip to content

Commit

Permalink
Use MetaDataChangedHandler to instead of MetaDataChangedSubscriber
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Jan 1, 2025
1 parent f1c37bd commit d1cd266
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ private void handleSchemaChanged(final String databaseName, final String schemaN
return;
case DELETED:
handleSchemaDropped(databaseName, schemaName);
return;
default:
}
}
Expand Down

0 comments on commit d1cd266

Please sign in to comment.