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/05/27 21:49:07 UTC

[GitHub] [arrow-rs] alamb opened a new pull request #375: Add changelog and bump version for proposed 4.2.0 release

alamb opened a new pull request #375:
URL: https://github.com/apache/arrow-rs/pull/375


   # Which issue does this PR close?
   re https://github.com/apache/arrow-rs/issues/292
   
   I would like to propose a 4.2.0 Arrow release. Here is the changelog:
   * 0c9e3c6a8656837398fddade01eac802868de743 inline PrimitiveArray::value (#329) (#354)
   * 8cc9b711ab161b7505e868177f48289346663dc8 Fix filter UB and add fast path (#341) (#372)
   * 58d53cfc8dcf018baf5e15097c3f8a402dc48ea1 Add crate badges (#362) (#373)
   * f0702df314434a1c79184c019b09d2aa2c39c00f Only register Flight.proto with cargo if it exists (#351) (#374)
   * 08177837ad766327b6213f1a14fa606727f510c4 Doctests for BooleanArray. (#338) (#359)
   * 9e1505063954a41e64fc5a54b1dd1c216b491d7c respect offset in utf8 and list casts (#335) (#358)
   * ceeab6cd082d1a46713a61bc225f81b68f959fa0 fix comparison of dictionaries with different values arrays (#332) (#333) (#357)
   * 6ef14ce503f8bf67db32c8ecb15891317b73a8fa fix invalid null handling in filter (#296) (#356)
   * 1bdfbd921ef0ff201e598ec54a6b0a84c4ffd1f2 Doctests for StringArray and LargeStringArray. (#330) (#355)
   * 305b41e97692b0b342846c3bff06e42f439772fa Mutablebuffer::shrink_to_fit (#318) (#344)
   
   Please let me know if there is some other change that is critical to get into this release. I have been picking the changes to cherry-pick via my own judgement and I may have missed one
   
   NOTE: This PR targets the `active_release` branch, NOT `master`
   
   # Rationale:
   We have *releases*!
   
   # Changes:
   1. Add changelog
   2. Update version string to 4.2.0
   
   # Notes
   I couldn't figure out how to get `./dev/release/update_change_log.sh` do the right thing with the `active_release` branch -- it tried to include all tickets that had been closed (not just those closed between 4.1 and 4.2).
   
   Thus I made a manual changelog via
   ```
   git rev-list --pretty=oneline 4.1.0..apache/active_release
   ```
   
   If anyone has any thoughts or time to make the changelog better I would appreciate some help
   
   # Notes:
   Verson was updated using (on a Mac) using this command:
   ```
   sed -i '' -e 's/4.1.0/4.2.0/g' `find . -name 'Cargo.toml'` parquet/README.md
   ```
   


-- 
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] Dandandan commented on a change in pull request #375: Add changelog and bump version for proposed 4.2.0 release

Posted by GitBox <gi...@apache.org>.
Dandandan commented on a change in pull request #375:
URL: https://github.com/apache/arrow-rs/pull/375#discussion_r641905509



##########
File path: CHANGELOG.md
##########
@@ -4,82 +4,17 @@ For older versions, see [apache/arrow/CHANGELOG.md](https://github.com/apache/ar
 
 ## [4.1.0](https://github.com/apache/arrow-rs/tree/4.1.0) (2021-05-17)

Review comment:
       This seems to be on the wrong place? 




-- 
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 a change in pull request #375: Add changelog and bump version for proposed 4.2.0 release

Posted by GitBox <gi...@apache.org>.
alamb commented on a change in pull request #375:
URL: https://github.com/apache/arrow-rs/pull/375#discussion_r641919486



##########
File path: CHANGELOG.md
##########
@@ -4,82 +4,17 @@ For older versions, see [apache/arrow/CHANGELOG.md](https://github.com/apache/ar
 
 ## [4.1.0](https://github.com/apache/arrow-rs/tree/4.1.0) (2021-05-17)

Review comment:
       Good catch @Dandandan  -- I missed this comment. Will update
   https://github.com/apache/arrow-rs/pull/379/files

##########
File path: CHANGELOG.md
##########
@@ -4,82 +4,17 @@ For older versions, see [apache/arrow/CHANGELOG.md](https://github.com/apache/ar
 
 ## [4.1.0](https://github.com/apache/arrow-rs/tree/4.1.0) (2021-05-17)

Review comment:
       Good catch @Dandandan  -- I missed this comment. Will update
   https://github.com/apache/arrow-rs/pull/379




-- 
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 a change in pull request #375: Add changelog and bump version for proposed 4.2.0 release

Posted by GitBox <gi...@apache.org>.
alamb commented on a change in pull request #375:
URL: https://github.com/apache/arrow-rs/pull/375#discussion_r641919486



##########
File path: CHANGELOG.md
##########
@@ -4,82 +4,17 @@ For older versions, see [apache/arrow/CHANGELOG.md](https://github.com/apache/ar
 
 ## [4.1.0](https://github.com/apache/arrow-rs/tree/4.1.0) (2021-05-17)

Review comment:
       Good catch @Dandandan  -- I missed this comment. Will update




-- 
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 merged pull request #375: Add changelog and bump version for proposed 4.2.0 release

Posted by GitBox <gi...@apache.org>.
alamb merged pull request #375:
URL: https://github.com/apache/arrow-rs/pull/375


   


-- 
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