Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: throw error when create a table with a different table id #1238

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

ShiKaiWi
Copy link
Member

@ShiKaiWi ShiKaiWi commented Oct 2, 2023

Rationale

Currently, the existing table will be returned if create table with an expected table name but a different table id.

Detailed Changes

Throws an error if the provided table id is different.

Test Plan

This is fairly simple which doesn't need a test for it.

@ShiKaiWi ShiKaiWi changed the title fix: return an error when create a table with a different table id fix: throw error when create a table with a different table id Oct 2, 2023
catalog/src/schema.rs Outdated Show resolved Hide resolved
@ShiKaiWi ShiKaiWi force-pushed the fix-create-table-with-different-id branch from 351d851 to 30a9b4e Compare October 2, 2023 07:38
Copy link
Contributor

@jiacai2050 jiacai2050 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ShiKaiWi ShiKaiWi merged commit bf0af2e into apache:main Oct 2, 2023
7 checks passed
@ShiKaiWi ShiKaiWi deleted the fix-create-table-with-different-id branch October 2, 2023 09:07
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.

None yet

2 participants