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 typos in the Memory and Buffers section of the docs home #1795

Merged
merged 1 commit into from
Jun 6, 2022

Conversation

datapythonista
Copy link
Contributor

Which issue does this PR close?

None

Rationale for this change

Just fixing couple of minor typos in https://docs.rs/arrow/latest/arrow/index.html#memory-and-buffers

Are there any user-facing changes?

No

@github-actions github-actions bot added the arrow Changes to the arrow crate label Jun 5, 2022
Copy link
Contributor

@tustvold tustvold left a comment

Choose a reason for hiding this comment

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

Thank you

@codecov-commenter
Copy link

Codecov Report

Merging #1795 (bda17b2) into master (6e6a9e1) will decrease coverage by 0.09%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1795      +/-   ##
==========================================
- Coverage   83.48%   83.38%   -0.10%     
==========================================
  Files         196      198       +2     
  Lines       55923    56205     +282     
==========================================
+ Hits        46686    46869     +183     
- Misses       9237     9336      +99     
Impacted Files Coverage Δ
parquet/src/util/cursor.rs 62.18% <0.00%> (-1.69%) ⬇️
parquet/src/file/serialized_reader.rs 94.46% <0.00%> (-1.19%) ⬇️
parquet/src/data_type.rs 74.76% <0.00%> (-1.09%) ⬇️
parquet/src/util/bit_util.rs 93.01% <0.00%> (-1.02%) ⬇️
parquet_derive/src/parquet_field.rs 65.53% <0.00%> (-0.46%) ⬇️
arrow/src/datatypes/datatype.rs 65.42% <0.00%> (-0.38%) ⬇️
parquet/src/encodings/encoding.rs 93.46% <0.00%> (-0.20%) ⬇️
arrow/src/ipc/reader.rs 90.73% <0.00%> (-0.11%) ⬇️
arrow/src/compute/kernels/cast.rs 95.77% <0.00%> (-0.05%) ⬇️
parquet/src/file/writer.rs 92.84% <0.00%> (-0.02%) ⬇️
... and 19 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6e6a9e1...bda17b2. Read the comment docs.

@tustvold tustvold merged commit c8d4323 into apache:master Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants