You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I used spark to continuously rewrite the data file, I found a direct memory leak. The reason is that if parquet file containing interleaving plain/dictionary encoding in different RowGroups, the old Vector cannot be released normally.
I found a pull request that mentioned this issue, but it has not been merged.
Willingness to contribute
I can contribute a fix for this bug independently
I would be willing to contribute a fix for this bug with guidance from the Iceberg community
I cannot contribute a fix for this bug at this time
The text was updated successfully, but these errors were encountered:
Apache Iceberg version
1.5.2
Query engine
Spark
Please describe the bug 🐞
When I used spark to continuously rewrite the data file, I found a direct memory leak. The reason is that if parquet file containing interleaving plain/dictionary encoding in different RowGroups, the old Vector cannot be released normally.
I found a pull request that mentioned this issue, but it has not been merged.
Willingness to contribute
The text was updated successfully, but these errors were encountered: