mirror of
https://github.com/apache/impala.git
synced 2025-12-19 18:12:08 -05:00
This patch fixes the use-after-poison error caused by using the memory in the MemPool after calling `MemPool::Clear()` when reading Kudu arrays. Testing: - The ASAN build passed the core tests. Change-Id: I9b729fc6003e64856ea0e197b1e3c74dad7247a1 Reviewed-on: http://gerrit.cloudera.org:8080/23668 Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>