Skip to content

Commit

Permalink
refactor(python): Unskip Decimal test
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Oct 28, 2024
1 parent 6a7d140 commit 522993f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions py-polars/tests/unit/io/test_parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -1256,9 +1256,6 @@ def test_parquet_list_element_field_name() -> None:
assert "child 0, element: int64" in schema_str


@pytest.mark.skip(
reason="TODO: fix Parquet writing Decimal-in-struct with precision > 18"
)
def test_nested_decimal() -> None:
df = pl.DataFrame(
{
Expand Down

0 comments on commit 522993f

Please sign in to comment.