Replies: 1 comment
-
You can't append to an existing parquet file, what you can do is run optimize often to combine all these small files. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
we project use
deltalake
as aTableProvider
and insert into deltalake result a lot of little files.my code kind of like this.
how to append exists file instead create new files everytime.
Beta Was this translation helpful? Give feedback.
All reactions