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

[Subtask] Support preassigned partitions when creating partitioned table #2266

Closed
Tracked by #1575
mchades opened this issue Feb 20, 2024 · 2 comments · Fixed by #3189
Closed
Tracked by #1575

[Subtask] Support preassigned partitions when creating partitioned table #2266

mchades opened this issue Feb 20, 2024 · 2 comments · Fixed by #3189
Assignees
Labels
0.5.1 Release v0.5.1 0.6.0 Release v0.6.0 subtask Subtasks of umbrella issue

Comments

@mchades
Copy link
Contributor

mchades commented Feb 20, 2024

Describe the subtask

When creating a range/list partitioned table (e.g., Kudu, Doris, StarRocks), users may need to preassign partitions for the table.

Parent issue

#1575

@mchades mchades added the subtask Subtasks of umbrella issue label Feb 20, 2024
@mchades mchades self-assigned this Feb 20, 2024
@zhoukangcn
Copy link
Contributor

hi, @mchades I am doing the work of Doris Catalog now, and I face the same problem.

As creating partitions may be time-consuming, do you have any suggestions for its implementation?

@mchades
Copy link
Contributor Author

mchades commented Feb 21, 2024

As creating partitions may be time-consuming

What specific operation is causing the time-consuming nature of partition creation? Do you mean adding partitions to an existing partitioned table?

@jerryshao jerryshao added this to the Gravitino 0.5.0 milestone Feb 27, 2024
@mchades mchades added 0.5.1 Release v0.5.1 0.6.0 Release v0.6.0 labels May 11, 2024
jerryshao pushed a commit that referenced this issue May 13, 2024
…e and list partitioning table (#3189)

### What changes were proposed in this pull request?

enable pre-assign partition when creating range and list partitioning
table

### Why are the changes needed?

Fix: #2266 

### Does this PR introduce _any_ user-facing change?

yes, enable pre-assign partition when creating range and list
partitioning table

### How was this patch tested?

tests modified
github-actions bot pushed a commit that referenced this issue May 13, 2024
…e and list partitioning table (#3189)

### What changes were proposed in this pull request?

enable pre-assign partition when creating range and list partitioning
table

### Why are the changes needed?

Fix: #2266 

### Does this PR introduce _any_ user-facing change?

yes, enable pre-assign partition when creating range and list
partitioning table

### How was this patch tested?

tests modified
mchades added a commit that referenced this issue May 13, 2024
…e and list partitioning table (#3363)

### What changes were proposed in this pull request?

enable pre-assign partition when creating range and list partitioning
table

### Why are the changes needed?

Fix: #2266 

### Does this PR introduce _any_ user-facing change?

yes, enable pre-assign partition when creating range and list
partitioning table

### How was this patch tested?

tests modified

Co-authored-by: mchades <[email protected]>
diqiu50 pushed a commit to diqiu50/gravitino that referenced this issue Jun 13, 2024
…g range and list partitioning table (apache#3189)

### What changes were proposed in this pull request?

enable pre-assign partition when creating range and list partitioning
table

### Why are the changes needed?

Fix: apache#2266 

### Does this PR introduce _any_ user-facing change?

yes, enable pre-assign partition when creating range and list
partitioning table

### How was this patch tested?

tests modified
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.5.1 Release v0.5.1 0.6.0 Release v0.6.0 subtask Subtasks of umbrella issue
Projects
None yet
3 participants