Skip to content

Comet writer doesnt support INSERT OVERWRITE #2957

@comphead

Description

@comphead

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions