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

Minor: Fix docstring typos #7873

Merged
merged 2 commits into from
Oct 19, 2023
Merged

Minor: Fix docstring typos #7873

merged 2 commits into from
Oct 19, 2023

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Oct 19, 2023

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?

@@ -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 |
Copy link
Contributor Author

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

Copy link
Member

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?

Copy link
Contributor Author

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

https://github.com/apache/arrow-datafusion/pull/7244/files#diff-2f697c310af1a48521829d8bd665cf64b6415fbf88edd370efa30b1ed686354dR328

I am very confused. Let's merge this PR and I'll make another one to fix that typo

Copy link
Contributor Author

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

@alamb alamb merged commit 70b1af3 into apache:main Oct 19, 2023
23 checks passed
@alamb alamb deleted the alamb/typos_facepalm branch October 19, 2023 17:47
@alamb alamb mentioned this pull request Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
logical-expr Logical plan and expressions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants