-
Notifications
You must be signed in to change notification settings - Fork 264
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Comet fails if the folder exists and cannot overwrite it
Steps to reproduce
Folder output2 exists
spark.read.parquet("/tmp/writertest/input").repartition(1).write.mode("overwrite").parquet("/tmp/writertest/output2")
25/12/23 08:31:40 ERROR CometExecIterator: Native execution for task 17 failed
org.apache.comet.CometNativeException: Failed to create output file '/tmp/writertest/output2/part-00000-00017.parquet': Is a directory (os error 21)
Expected behavior
Should overwrite the folder with new content
Additional context
No response
coderfendercoderfender
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working