From 6014e1bf14b819b686b82bf41c0ba7936da33e35 Mon Sep 17 00:00:00 2001 From: GALI PREM SAGAR Date: Tue, 7 Dec 2021 13:52:51 -0600 Subject: [PATCH] Update python/cudf/cudf/tests/test_parquet.py Co-authored-by: Vyas Ramasubramani --- python/cudf/cudf/tests/test_parquet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/cudf/cudf/tests/test_parquet.py b/python/cudf/cudf/tests/test_parquet.py index 0f2615f785f..597ae6c05c0 100644 --- a/python/cudf/cudf/tests/test_parquet.py +++ b/python/cudf/cudf/tests/test_parquet.py @@ -634,7 +634,7 @@ def test_parquet_reader_spark_decimals(datadir): NotImplementedError, match="Decimal type greater than Decimal64 is not yet supported", ): - _ = cudf.read_parquet(fname) + cudf.read_parquet(fname) # Convert the decimal dtype from PyArrow to float64 for comparison to cuDF # This is because cuDF returns as float64 as it lacks an equivalent dtype