mirror of
https://github.com/apache/impala.git
synced 2026-01-17 12:00:29 -05:00
The underlying issue IMPALA-2479 has been fixed, so it should be safe to execute these tests in parallel again: - test_runtime_filters.py (all tests) - test_scanners.py::TestParquet::test_multiple_blocks - test_scanners.py::testParquet::test_multiple_blocks_one_row_group Testing: Ran the tests locally in a loop. Did a private core/hdfs run. Change-Id: I8f046e67eb1de1c6ff87980f906870ec9816f551 Reviewed-on: http://gerrit.cloudera.org:8080/4291 Reviewed-by: Tim Armstrong <tarmstrong@cloudera.com> Reviewed-by: Lars Volker <lv@cloudera.com> Tested-by: Internal Jenkins