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

Update readme to clarify versioning #1142

Merged
merged 1 commit into from
Jan 8, 2022

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Jan 6, 2022

With the potential changes coming in #1120 , I reviewed the arrow README.md file and found some areas that I felt could use clarifying

@github-actions github-actions bot added the arrow Changes to the arrow crate label Jan 6, 2022
@@ -29,7 +29,9 @@ This crate is tested with the latest stable version of Rust. We do not currently

## Versioning / Releases

Unlike many other crates in the Rust ecosystem which spend extended time in "pre 1.0.0" state, releasing versions 0.x, the arrow-rs crate follows the versioning scheme of the overall [Apache Arrow][arrow] project in an effort to signal which language implementations have been integration tested with each other.
The arrow crate follows the [SemVer standard](https://doc.rust-lang.org/cargo/reference/semver.html) defined by Cargo and works well within the Rust crate ecosystem.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@alamb alamb requested a review from jimexist January 6, 2022 23:13
@codecov-commenter
Copy link

Codecov Report

Merging #1142 (bbe1d63) into master (bdbc652) will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1142      +/-   ##
==========================================
+ Coverage   82.53%   82.55%   +0.02%     
==========================================
  Files         169      169              
  Lines       50408    50456      +48     
==========================================
+ Hits        41602    41653      +51     
+ Misses       8806     8803       -3     
Impacted Files Coverage Δ
arrow/src/datatypes/datatype.rs 66.38% <0.00%> (-0.43%) ⬇️
arrow/src/array/transform/mod.rs 85.56% <0.00%> (ø)
parquet_derive/src/parquet_field.rs 66.43% <0.00%> (+0.45%) ⬆️
arrow/src/buffer/immutable.rs 98.92% <0.00%> (+1.07%) ⬆️
arrow/src/ipc/reader.rs 86.96% <0.00%> (+1.22%) ⬆️

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 bdbc652...bbe1d63. Read the comment docs.

@alamb alamb merged commit 719096b into apache:master Jan 8, 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.

4 participants