mirror of
https://github.com/apache/impala.git
synced 2025-12-25 02:03:09 -05:00
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:
committed by
Impala Public Jenkins
parent
d806d5fc2a
commit
5b670f49b6
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user