jnturton opened a new pull request, #2784: URL: https://github.com/apache/drill/pull/2784
# [DRILL-8416](https://issues.apache.org/jira/browse/DRILL-8416): Memory leak when the async Parquet reader skips empty pages ## Description A regression introduced by the Parquet reader clean-up released in Drill 1.20 has meant that buffers used for (non-empty) compressed data holding _empty_ dictionary or data pages which are skipped are not freed. Because empty pages are uncommon in real data this bug went undetected for a long time. ## Documentation N/A ## Testing New unit test. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org