apache / apache/datafusion-comet

Comet writer doesnt support `INSERT OVERWRITE`

Open
#2,957 1 comment 1 reaction 1 assignee Claimed by @peterxcli View on GitHub
area:writer bug priority:medium
Dominant language
Scala
Stars
1.3k
Forks
373
Avg merge
2d 4h
Merged PRs (30d)
198

Description

### Describe the bug

Comet falls back to Spark however it should also understand Spark SQL writes like

```
INSERT OVERWRITE DIRECTORY 'dir'
USING PARQUET
SELECT /*+ REPARTITION(90) */ something
FROM df;
```

### Steps to reproduce

_No response_

### Expected behavior

_No response_

### Additional context

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.