Skip to content

Commit

Permalink
Update python/cudf/cudf/tests/test_parquet.py
Browse files Browse the repository at this point in the history
Co-authored-by: Vyas Ramasubramani <[email protected]>
  • Loading branch information
galipremsagar and vyasr authored Dec 7, 2021
1 parent c9a9304 commit 6014e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/tests/test_parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6014e1b

Please sign in to comment.