mirror of
https://github.com/apache/impala.git
synced 2026-01-07 09:02:19 -05:00
One of the spilling test was failing because its minimum bufferpool mem requirement was more when ran on local FS as compared to when it is run on HDFS. The fix is to increase the bufferpool limit to a value just above the min limit so that it still forces spill to disk on both filesystems. Testing: Ran core tests with local FS as target file system. Made sure the failing test passed. Change-Id: I50648d7936007a26891cf64d6343c47d9d646596 Reviewed-on: http://gerrit.cloudera.org:8080/9354 Reviewed-by: Tim Armstrong <tarmstrong@cloudera.com> Tested-by: Impala Public Jenkins