Skip to content

Conversation

@amogh-jahagirdar
Copy link
Contributor

Fixes #8832

Currently the SQL query to get namespace does a regex based search + limit 1 , which is used during namespace existence checks. I believe this behavior is not correct, it should do an exact lookup

@amogh-jahagirdar amogh-jahagirdar force-pushed the fix-jdbc-catalog-namespace branch 2 times, most recently from 59735c0 to c81ca64 Compare October 14, 2023 19:32
@amogh-jahagirdar amogh-jahagirdar force-pushed the fix-jdbc-catalog-namespace branch from c81ca64 to 7915b99 Compare October 14, 2023 19:48
@amogh-jahagirdar
Copy link
Contributor Author

Looks like a similar PR was already put up in the past #8340, we can just review that.

@github-actions
Copy link

This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@iceberg.apache.org list. Thank you for your contributions.

@github-actions github-actions bot added the stale label Sep 23, 2024
@github-actions
Copy link

This pull request has been closed due to lack of activity. This is not a judgement on the merit of the PR in any way. It is just a way of keeping the PR queue manageable. If you think that is incorrect, or the pull request requires review, you can revive the PR at any time.

@github-actions github-actions bot closed this Sep 30, 2024
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.

[JdbcCatalog] Issue with Namespace Exists

1 participant