Skip to content

Conversation

@blinkmj
Copy link

@blinkmj blinkmj commented Oct 24, 2025

What kind of change does this PR introduce?

Bug fix

What is the current behavior?

When retrieving a specific table by ID, the query incorrectly included a schemaFilter which could potentially cause issues with finding the table. The schemaFilter was unnecessarily applied in the context of querying by ID since IDs are unique across schemas.

What is the new behavior?

Removed the unnecessary schemaFilter when querying tables by ID. This makes the query more reliable and efficient when fetching a specific table by its unique identifier.

Additional context

This change affects the retrieve method in PostgresMetaTables when fetching a table by its ID. The fix ensures that tables are properly retrieved by ID regardless of their schema, as the ID itself is sufficient to uniquely identify the table.

@blinkmj blinkmj requested review from a team as code owners October 24, 2025 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant