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

chore: add docs, part of #37 #6433

Merged
merged 2 commits into from
Sep 23, 2024
Merged

chore: add docs, part of #37 #6433

merged 2 commits into from
Sep 23, 2024

Conversation

ByteBaker
Copy link
Contributor

@ByteBaker ByteBaker commented Sep 21, 2024

  • add pragma #![warn(missing_docs)] to the following

    • arrow-array
    • arrow-cast
    • arrow-csv
    • arrow-data
    • arrow-json
    • arrow-ord
    • arrow-pyarrow-integration-testing
    • arrow-row
    • arrow-schema
    • arrow-select
    • arrow-string
    • arrow
    • parquet_derive
  • add docs to those that generated lint warnings

  • Remove bitflags workaround in arrow-schema. At some point, a change in bitflags v2.3.0 had started generating lint warnings in arrow-schema. This was handled using a workaround. Here is the original issue.

bitflags v2.3.1 fixed the issue hence the workaround is no longer needed.

@github-actions github-actions bot added arrow Changes to the arrow crate parquet-derive labels Sep 21, 2024
- add pragma `#![warn(missing_docs)]` to the following
  - `arrow-array`
  - `arrow-cast`
  - `arrow-csv`
  - `arrow-data`
  - `arrow-json`
  - `arrow-ord`
  - `arrow-pyarrow-integration-testing`
  - `arrow-row`
  - `arrow-schema`
  - `arrow-select`
  - `arrow-string`
  - `arrow`
  - `parquet_derive`

- add docs to those that generated lint warnings

- Remove `bitflags` workaround in `arrow-schema`
At some point, a change in `bitflags v2.3.0` had
started generating lint warnings in `arrow-schema`,

This was handled using a
[workaround](apache#4233)

[Issue](bitflags/bitflags#356)

`bitflags v2.3.1` fixed the issue hence the
workaround is no longer needed.
@ByteBaker
Copy link
Contributor Author

@alamb for your perusal.

Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Other than the one comment about safety this PR is amazing. Thank you @ByteBaker

arrow-csv/src/writer.rs Outdated Show resolved Hide resolved
arrow-schema/src/ffi.rs Show resolved Hide resolved
arrow-schema/src/ffi.rs Show resolved Hide resolved
arrow-schema/src/ffi.rs Outdated Show resolved Hide resolved
@ByteBaker
Copy link
Contributor Author

Updated the PR.

Copy link
Contributor

@alamb alamb 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 @ByteBaker

@alamb
Copy link
Contributor

alamb commented Sep 23, 2024

🚀

@alamb alamb merged commit de6a759 into apache:master Sep 23, 2024
28 checks passed
@alamb
Copy link
Contributor

alamb commented Sep 23, 2024

Thanks again

@alamb alamb added the documentation Improvements or additions to documentation label Sep 23, 2024
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 documentation Improvements or additions to documentation parquet-derive
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants