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

[Bug] When using the Hive catalog, after deleting the table directory, it is no longer possible to drop the table #4853

Open
1 task
Zouxxyy opened this issue Jan 7, 2025 · 0 comments · May be fixed by #4863
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@Zouxxyy
Copy link
Contributor

Zouxxyy commented Jan 7, 2025

Minimal reproduce step

  1. using hive catalog
  2. create table
  3. delete table in file system
  4. drop table (it is no longer possible to drop the table in hms)

This is because the DROP TABLE command checks whether the table exists fisrtly, and we determine the table's existence based on whether it exists in the filesystem.

Are you willing to submit a PR?

  • I'm willing to submit a PR!
@Zouxxyy Zouxxyy added bug Something isn't working good first issue Good for newcomers labels Jan 7, 2025
XiaoHongbo-Hope pushed a commit to XiaoHongbo-Hope/paimon that referenced this issue Jan 8, 2025
XiaoHongbo-Hope pushed a commit to XiaoHongbo-Hope/paimon that referenced this issue Jan 8, 2025
XiaoHongbo-Hope pushed a commit to XiaoHongbo-Hope/paimon that referenced this issue Jan 9, 2025
XiaoHongbo-Hope pushed a commit to XiaoHongbo-Hope/paimon that referenced this issue Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
1 participant