Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Parquet decoding of nested dictionary values #19605

Merged

Conversation

coastalwhite
Copy link
Collaborator

No description provided.

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Nov 3, 2024
@@ -147,18 +147,18 @@ def test_cse_9630() -> None:

@pytest.mark.write_disk
def test_schema_row_index_cse() -> None:
csv_a = NamedTemporaryFile() # noqa: SIM115
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pass-by: this still threw an error on my ruff

@@ -29,15 +29,15 @@ def test_count_csv(io_files_path: Path, path: str, n_rows: int) -> None:

@pytest.mark.write_disk
def test_commented_csv() -> None:
csv_a = NamedTemporaryFile() # noqa: SIM115
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pass-by: still threw an error on my ruff

@@ -42,10 +42,11 @@ def PortableTemporaryFile(
"errors": errors,
},
)
tmp = NamedTemporaryFile(**params) # noqa: SIM115
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pass-by: still threw an error

Copy link

codecov bot commented Nov 3, 2024

Codecov Report

Attention: Patch coverage is 70.27027% with 22 lines in your changes missing coverage. Please review.

Project coverage is 79.85%. Comparing base (1eb2fcc) to head (8ba1b0a).
Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
...t/src/arrow/read/deserialize/utils/dict_encoded.rs 69.23% 16 Missing ⚠️
py-polars/polars/io/spreadsheet/_utils.py 0.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19605      +/-   ##
==========================================
+ Coverage   79.84%   79.85%   +0.01%     
==========================================
  Files        1536     1536              
  Lines      211405   211375      -30     
  Branches     2445     2445              
==========================================
+ Hits       168790   168791       +1     
+ Misses      42060    42029      -31     
  Partials      555      555              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@coastalwhite coastalwhite merged commit 7d93ec4 into pola-rs:main Nov 3, 2024
26 checks passed
@coastalwhite coastalwhite deleted the fix/parquet-nested-dict-parsing branch November 3, 2024 13:36
@c-peters c-peters added the accepted Ready for implementation label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Ready for implementation fix Bug fix python Related to Python Polars rust Related to Rust Polars
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants