IMPALA-5640: re-enable gzip for parquet insert tests

This addresses a gap in test coverage. There are no known bugs here so
we expect this to work.

Testing:
Ran exhaustive build.

Change-Id: I4bea8bac37bb1e72f3ba0b2e162e6fc544aec8a8
Reviewed-on: http://gerrit.cloudera.org:8080/7398
Reviewed-by: Henry Robinson <henry@cloudera.com>
Tested-by: Impala Public Jenkins
This commit is contained in:
Tim Armstrong
2017-07-10 14:34:08 -07:00
committed by Impala Public Jenkins
parent d806d5fc2a
commit 5b670f49b6
2 changed files with 2 additions and 4 deletions

View File

@@ -36,8 +36,7 @@ from tests.common.test_vector import ImpalaTestDimension
from tests.util.filesystem_utils import get_fs_path
from tests.util.get_parquet_metadata import get_parquet_metadata, decode_stats_value
# TODO: Add Gzip back. IMPALA-424
PARQUET_CODECS = ['none', 'snappy']
PARQUET_CODECS = ['none', 'snappy', 'gzip']
class RoundFloat():