You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/06/03 03:54:59 UTC

[GitHub] [arrow-rs] kazuk opened a new issue #394: my contribution not marged in 4.2 release

kazuk opened a new issue #394:
URL: https://github.com/apache/arrow-rs/issues/394


   **Describe the bug**
   
   I add a with_escape and some function into arrow::csv::reader::ReaderBuilder. 
   
   PR: https://github.com/apache/arrow-rs/pull/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.
   
   ```
   error[E0599]: no function or associated item named `with_escape` found for struct `arrow::csv::ReaderBuilder` in the current scope
   ```
   
   
   **To Reproduce**
   Steps to reproduce the behavior:
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   **Additional context**
   Add any other context about the problem here.
   
   tag 4.2.0 seems contains my commits.
   https://github.com/apache/arrow-rs/compare/4.2.0...master
   
   seems something error in release process  around  `cargo publish` 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-rs] kazuk commented on issue #394: my contribution not marged in 4.2 release

Posted by GitBox <gi...@apache.org>.
kazuk commented on issue #394:
URL: https://github.com/apache/arrow-rs/issues/394#issuecomment-862050127


   I test arrow-rs and parquet-rs 4.3.0 with my code. 
   
   that works fine!
   
   Thanks again.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-rs] alamb commented on issue #394: my contribution not marged in 4.2 release

Posted by GitBox <gi...@apache.org>.
alamb commented on issue #394:
URL: https://github.com/apache/arrow-rs/issues/394#issuecomment-854978158


   (eta of 4.3 is in ~ 1 week -- I hope to make the RC June 11)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-rs] alamb commented on issue #394: my contribution not marged in 4.2 release

Posted by GitBox <gi...@apache.org>.
alamb commented on issue #394:
URL: https://github.com/apache/arrow-rs/issues/394#issuecomment-855223298


   > I keep wait 4.3 release.
   
   Thank you
   
   > Can you change release tag page?
   > https://github.com/apache/arrow-rs/releases/tag/4.2.0
   > this shows 33 commits to master since this tag.
   > that's references branch master, released binary branch active_release.
   
   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: https://github.com/apache/arrow-rs/compare/4.0.0...4.2.0
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-rs] kazuk commented on issue #394: my contribution not marged in 4.2 release

Posted by GitBox <gi...@apache.org>.
kazuk commented on issue #394:
URL: https://github.com/apache/arrow-rs/issues/394#issuecomment-855513674


   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.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-rs] kazuk commented on issue #394: my contribution not marged in 4.2 release

Posted by GitBox <gi...@apache.org>.
kazuk commented on issue #394:
URL: https://github.com/apache/arrow-rs/issues/394#issuecomment-855039155


   thanks @alamb 
   I keep wait 4.3 release.
   
   Can you change release tag page?
   
   https://github.com/apache/arrow-rs/releases/tag/4.2.0
   
   this shows ` 33 commits to master since this tag `.
   that's references branch `master`, released binary branch `active_release`.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-rs] kazuk closed issue #394: my contribution not marged in 4.2 release

Posted by GitBox <gi...@apache.org>.
kazuk closed issue #394:
URL: https://github.com/apache/arrow-rs/issues/394


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-rs] alamb commented on issue #394: my contribution not marged in 4.2 release

Posted by GitBox <gi...@apache.org>.
alamb commented on issue #394:
URL: https://github.com/apache/arrow-rs/issues/394#issuecomment-860576942


   @kazuk  4.3.0 has been released
   
   https://crates.io/crates/arrow/4.3.0
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-rs] alamb commented on issue #394: my contribution not marged in 4.2 release

Posted by GitBox <gi...@apache.org>.
alamb commented on issue #394:
URL: https://github.com/apache/arrow-rs/issues/394#issuecomment-854976171


   Sorry @kazuk -- I a still working out the backport procedure. I have created a PR here https://github.com/apache/arrow-rs/pull/407 (which if merged will become part of arrow-rs 4.3). 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org