Skip to content

Conversation

@Neer393
Copy link
Contributor

@Neer393 Neer393 commented Aug 28, 2025

What changes were proposed in this pull request?

This PR added support for pattern based catalog retrieval. The change is that a new method was added called getCatalogs(String catalogPattern) . If all catalogs are to be fetched, set catalogPattern to null, else if catalogPattern is set to empty string, no catalogs are returned. Also the existing getCatalogs() under the hood calls getCatalogs(null).

Why are the changes needed?

These changes are needed for IcebergHouseKeeperService where the service is expiring snapshots according to the dbpattern and tablepattern but there was no support for catalogpattern yet. This is being added in this PR

Does this PR introduce any user-facing change?

No user facing change. Only updated getCatalogs to fetch catalogs based on pattern

How was this patch tested?

This patch was tested locally by executing tests to ensure no breaking changes are introduced.

@Neer393
Copy link
Contributor Author

Neer393 commented Aug 28, 2025

@deniskuzZ please have a look at this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants