-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Minor: Fix docstring typos #7873
Conversation
@@ -65,7 +65,7 @@ Environment variables are read during `SessionConfig` initialisation so they mus | |||
| datafusion.execution.parquet.max_statistics_size | NULL | Sets max statistics size for any column. If NULL, uses default parquet writer setting | | |||
| datafusion.execution.parquet.max_row_group_size | 1048576 | Sets maximum number of rows in a row group | | |||
| datafusion.execution.parquet.created_by | datafusion version 32.0.0 | Sets "created by" property | | |||
| datafusion.execution.parquet.column_index_truncate_length | NULL | Sets column index truncate length | | |||
| datafusion.execution.parquet.column_index_truncate_length | NULL | Sets column index trucate length | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure why this is required on this PR (maybe the CI didn't fully run on another PR 🤔 ) anyhow it seems a straightforward enough fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, isn't truncate
a typo too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔 it is -- but that seems to have been introduced in #7244
I am very confused. Let's merge this PR and I'll make another one to fix that typo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#7874 to fix that one too
Which issue does this PR close?
Follow on to #7840 (review)
Rationale for this change
@viirya found several typos #7840 (review) 🤦
What changes are included in this PR?
Fix the typos
Are these changes tested?
Are there any user-facing changes?