apache / apache/datafusion-comet
Comet writer should support dynamicPartitionOverwrite mode
Open
enhancement
- Dominant language
- Scala
- Stars
- 1.3k
- Forks
- 373
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 190
Description
### What is the problem the feature request solves?
Comet writer currently hardcodes the value for `dynamicPartitionOverwrite`
```
java.lang.Boolean.FALSE // dynamicPartitionOverwrite = false for now
```
### Describe the potential solution
Need to support `dynamicPartitionOverwrite `
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.