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

[EPIC] Support partition management #1575

Open
14 of 17 tasks
mchades opened this issue Jan 17, 2024 · 0 comments
Open
14 of 17 tasks

[EPIC] Support partition management #1575

mchades opened this issue Jan 17, 2024 · 0 comments
Assignees

Comments

@mchades
Copy link
Contributor

mchades commented Jan 17, 2024

Describe the proposal

We have already added support for creating partitioned tables, but we lack the ability to manage partitions. We may need to use partition management functionality in the following scenarios:

  • To define a table with a special partitioning strategy, such as range and list, it is necessary to create partitions at the table definition stage

  • For tables where partitions cannot be generated automatically, partition management is necessary to create partitions in advance before writing data.

  • Obtaining partition statistics can be used for data governance, partition pruning, and other purposes.

Task list

@mchades mchades self-assigned this Jan 18, 2024
@jerryshao jerryshao added this to the Gravitino 0.4.0 milestone Jan 19, 2024
@jerryshao jerryshao removed this from the Gravitino 0.4.0 milestone Jan 31, 2024
@jerryshao jerryshao added this to the Gravitino 0.5.0 milestone Feb 20, 2024
@jerryshao jerryshao removed this from the Gravitino 0.5.0 milestone Apr 1, 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

No branches or pull requests

2 participants