Skip to content

Commit

Permalink
Revert "Enable testing zstd for spark releases 3.2.0 and later (#5898)"
Browse files Browse the repository at this point in the history
This reverts commit 321f9b9.

Signed-off-by: Jim Brennan <jimb@nvidia.com>
  • Loading branch information
jbrennan333 committed Jun 27, 2022
1 parent 34c1761 commit a5dfef2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions integration_tests/src/main/python/parquet_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,6 @@ def test_parquet_read_round_trip_binary_as_string(std_input_path, read_func, rea
conf=all_confs)

parquet_compress_options = ['none', 'uncompressed', 'snappy', 'gzip']
# zstd is available in spark 3.2.0 and later.
if not is_before_spark_320():
parquet_compress_options.append('zstd')
# The following need extra jars 'lzo', 'lz4', 'brotli', 'zstd'
# https://github.com/NVIDIA/spark-rapids/issues/143

Expand Down

0 comments on commit a5dfef2

Please sign in to comment.