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

test: add a test of creating a foreign table with reserved column name #182

Merged
merged 2 commits into from
Dec 15, 2024

Conversation

kysshsy
Copy link
Contributor

@kysshsy kysshsy commented Dec 13, 2024

Ticket(s) Closed

What

Why

How

Add the option preserve_casing 'true' to ensure that reserved column names are correctly created.

Tests

add a test of creating foreign table with reserved column name

@philippemnoel
Copy link
Collaborator

philippemnoel commented Dec 13, 2024

THANK YOU for making this 🙏

Could you please write a test using the same column name as the user's to make sure it is fixed?

@kysshsy kysshsy force-pushed the fix_reserved_column branch from 060fc14 to 9c0f756 Compare December 14, 2024 14:58
@kysshsy kysshsy changed the title fix: reserved column name in auto create schema test: add a test of creating foreign table with reserved column name Dec 14, 2024
@kysshsy
Copy link
Contributor Author

kysshsy commented Dec 14, 2024

THANK YOU for making this 🙏

Could you please write a test using the same column name as the user's to make sure it is fixed?

Yeah, I added a test of creating a table with reserved column name 'authorization'

@kysshsy kysshsy changed the title test: add a test of creating foreign table with reserved column name test: add a test of creating a foreign table with reserved column name Dec 14, 2024
@philippemnoel philippemnoel merged commit ae0cc16 into paradedb:dev Dec 15, 2024
10 checks passed
@philippemnoel
Copy link
Collaborator

THANK YOU for making this 🙏
Could you please write a test using the same column name as the user's to make sure it is fixed?

Yeah, I added a test of creating a table with reserved column name 'authorization'

Thank you 🙏

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.

Syntax error when creating foreign table from Iceberg
2 participants