-
Notifications
You must be signed in to change notification settings - Fork 810
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
my contribution not marged in 4.2 release #394
Comments
(eta of 4.3 is in ~ 1 week -- I hope to make the RC June 11) |
thanks @alamb Can you change release tag page? https://github.com/apache/arrow-rs/releases/tag/4.2.0 this shows |
Thank you
I am not sure how to change how github reports commits since a branch on the tags page. Can you explain more of what you would like me to do? However, I have gone and made a 4.0.0 tag in the arrow-rs repo, so now you can see what was included in 4.2.0 compared to 4.0.0 by comparing those tags: 4.0.0...4.2.0 |
I check repository setting page on github. that link depends default base branch setting. and not fits this repo. I close this issue . Thank you. |
@kazuk 4.3.0 has been released |
I test arrow-rs and parquet-rs 4.3.0 with my code. that works fine! Thanks again. |
Describe the bug
I add a with_escape and some function into arrow::csv::reader::ReaderBuilder.
PR: #326
but docs.rs document for 4.2.0 not contains this.
https://docs.rs/arrow/4.2.0/arrow/csv/reader/struct.ReaderBuilder.html
and my own code for 4.2.0, build failed with this error.
To Reproduce
Steps to reproduce the behavior: write code using
ReaderBuilder::with_escape
.Expected behavior
compilation success
Additional context
tag 4.2.0 seems contains my commits.
4.2.0...master
seems something error in release process around
cargo publish
The text was updated successfully, but these errors were encountered: