How to delete a parquet file from a existing context? #9979
Unanswered
Ma1oneZhang
asked this question in
Q&A
Replies: 2 comments 1 reply
-
maybe |
Beta Was this translation helpful? Give feedback.
1 reply
-
The only way i know of to do this today is to drop the table and recreate it (which will re-scan all parquet files) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Background
I'm currently engaged in a project utilizing datafusion, which I find to be both convenient and efficient for database project development. However, I've encountered a confusing issue: once a Parquet file is registered to the SessionContext, it seems there's no supported method to deregister it. Consequently, if the file is deleted remotely, a NotFound Error is reported. Could anyone advise on how to deregister a Parquet file from a SessionContext?
Beta Was this translation helpful? Give feedback.
All reactions