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

[#423] feat(core): Support the case-sensitive feature in gravitino catalog #1133

Closed
wants to merge 6 commits into from

Conversation

yuqi1129
Copy link
Contributor

What changes were proposed in this pull request?

Introduce interface HasCatalogDefaultConfig to handle case-sensitive related problems in gravitino schemas and tables.

Why are the changes needed?

The specific catalog has different behavior on case-sensitive issues with table and scheme names, entity stores in gravitino should take them into account and handle case-sensitive problems to maintain consistency with underlying catalog implementation like Hive, Iceberg and so on.

Fix: #423

Does this PR introduce any user-facing change?

No

How was this patch tested?

New UT case named testCaseSensitive

@yuqi1129 yuqi1129 added this to the Gravitino 0.4.0 milestone Dec 13, 2023
@yuqi1129 yuqi1129 self-assigned this Dec 13, 2023
@jerryshao jerryshao removed this from the Gravitino 0.4.0 milestone Feb 7, 2024
@jerryshao
Copy link
Contributor

I'm going to close this as this is not valid anymore, and @mchades will have a new design on this.

@jerryshao jerryshao closed this Mar 19, 2024
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.

[EPIC] Handle case sensitive problem in Graviton
2 participants