apache / apache/fluss

Drop a partitionTable without creating any partition will result in residual tablePath in coordinatoContext

Open
#898 1 comment 0 reactions 1 assignee Claimed by @zcoo View on GitHub
component=server
Dominant language
Java
Stars
2.1k
Forks
625
Avg merge
3d 14h
Merged PRs (30d)
97

Description

### Search before asking

- [x] I searched in the [issues](https://github.com/alibaba/fluss/issues) and found nothing similar.

### Fluss version

main (development)

### Please describe the bug 🐞

Currently, if we try to drop a `partitionTable` without creating any partition will result in residual tablePath in coordinatoContext. The reason why is that for non-partitioned table, we will trigger `Table.resumeDeletions` while all buckets have been deleted. However, for partitioned table without creating any partition, there are no buckets to drop and `Table.resumeDeletions` will be not trigger.

### Solution

_No response_

### Are you willing to submit a PR?

- [ ] I'm willing to submit a PR!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.