Skip to content

Commit

Permalink
xfail fixed_length_byte_array.parquet test due to rapidsai/cudf#14104
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Lowe <[email protected]>
  • Loading branch information
jlowe committed Sep 13, 2023
1 parent 740d117 commit e081fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/src/main/python/parquet_testing_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
# When the association is a pair rather than a string, it's a way to xfail the test
# by providing the error string and xfail reason.
_error_files = {
"fixed_length_byte_array.parquet": "Exception",
"large_string_map.brotli.parquet": "Exception",
"nation.dict-malformed.parquet": ("Exception", "https://github.com/NVIDIA/spark-rapids/issues/8644"),
"non_hadoop_lz4_compressed.parquet": "Exception",
Expand All @@ -50,6 +49,7 @@
# xfail reason message.
_xfail_files = {
"byte_array_decimal.parquet": "https://github.com/NVIDIA/spark-rapids/issues/8629",
"fixed_length_byte_array.parquet": "https://github.com/rapidsai/cudf/issues/14104",
"datapage_v2.snappy.parquet": "datapage v2 not supported by cudf",
"delta_binary_packed.parquet": "https://github.com/rapidsai/cudf/issues/13501",
"delta_byte_array.parquet": "https://github.com/rapidsai/cudf/issues/13501",
Expand Down

0 comments on commit e081fbf

Please sign in to comment.