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
Describe the bug
Comet falls back to Spark however it should also understand Spark SQL writes like
Steps to reproduce
No response
Expected behavior
No response
Additional context
No response