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

Allow mixed case partitions for Hive sync_partition_metadata #3431

Closed
electrum opened this issue Apr 14, 2020 · 1 comment · Fixed by #3830
Closed

Allow mixed case partitions for Hive sync_partition_metadata #3431

electrum opened this issue Apr 14, 2020 · 1 comment · Fixed by #3830
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@electrum
Copy link
Member

electrum commented Apr 14, 2020

The Hive system.sync_partition_metadata procedure allows discovering partitions on the file system that match the Hive naming convention. For compatibility with Hive's MSCK REPAIR TABLE, partition names must be in lowercase by default. However, for users that wish to use it with mixed case names, we can add a new case_insensitive argument to allow this behavior.

@electrum electrum added enhancement New feature or request good first issue Good for newcomers labels Apr 14, 2020
@kondamudikarthik
Copy link

Hello, I would like to work on this. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Development

Successfully merging a pull request may close this issue.

3 participants