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

docs: Fix some warnings during doc build #17077

Merged
merged 4 commits into from
Jun 22, 2024
Merged

docs: Fix some warnings during doc build #17077

merged 4 commits into from
Jun 22, 2024

Conversation

stinodego
Copy link
Member

@stinodego stinodego commented Jun 19, 2024

No description provided.

@github-actions github-actions bot added documentation Improvements or additions to documentation python Related to Python Polars rust Related to Rust Polars labels Jun 19, 2024
Copy link

codecov bot commented Jun 19, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 80.86%. Comparing base (8a6bf4b) to head (dcd5ffa).

Files Patch % Lines
py-polars/polars/lazyframe/frame.py 50.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main   #17077   +/-   ##
=======================================
  Coverage   80.86%   80.86%           
=======================================
  Files        1456     1456           
  Lines      191141   191140    -1     
  Branches     2728     2730    +2     
=======================================
+ Hits       154562   154567    +5     
+ Misses      36073    36066    -7     
- Partials      506      507    +1     

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

@stinodego stinodego marked this pull request as ready for review June 19, 2024 20:45
@@ -512,6 +512,9 @@ impl PyLazyFrame {
ldf = ldf.with_new_streaming(new_streaming);
}

if streaming {
Copy link
Member

Choose a reason for hiding this comment

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

This shouldn't be toggled here. It is already toggled.

I think we can turn that warning off, but python should pass the settings as is.

Copy link
Member Author

Choose a reason for hiding this comment

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

All right, removed the warning & updated the Python side accordingly!

@ritchie46 ritchie46 merged commit 44edacf into main Jun 22, 2024
31 checks passed
@ritchie46 ritchie46 deleted the doc-build branch June 22, 2024 07:24
@c-peters c-peters added the accepted Ready for implementation label Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Ready for implementation documentation Improvements or additions to documentation python Related to Python Polars rust Related to Rust Polars
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants