-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Update release README.md and email voting template #638
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Update tonic and prost Signed-off-by: Chojan Shang <psiace@outlook.com> * Make filter::prep_null_mask_filter public Signed-off-by: Chojan Shang <psiace@outlook.com> * Bump prost and tonic in integration-testing Signed-off-by: Chojan Shang <psiace@outlook.com> Co-authored-by: Chojan Shang <psiace@ritelabs.net>
* support struct array in pretty display * print null value as null to be consistent with postgresql * add test for struct array pretty print * Revert "print null value as null" This reverts commit 3d620f6. * handle null value as sepcial case in struct display Co-authored-by: QP Hou <qph@scribd.com>
* Doctests for UnionBuilder and UnionArray. * Update arrow/src/array/array_union.rs Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org> Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org> Co-authored-by: Navin <navin@novemberkilo.com>
* Sort binary (#569) * impl sort fixed binary array Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * remove array builder util, add test cases Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * impl sort for generic binary array Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * tidy Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * run clippy Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * test: fixed binary with different prefix Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * rebase master Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * Fix compile error in cherry pick 2113e2b (#624) Signed-off-by: Ruihang Xia <waynestxia@gmail.com> Co-authored-by: Ruihang Xia <waynestxia@gmail.com>
* Bump version to 5.1.0 * Update CHANGELOG * fix versions * Update change log
Contributor
Author
|
Wrong branches. Closing |
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
arrow-flight
Changes to the arrow-flight crate
development-process
Related to development process of arrow-rs
parquet
Changes to the parquet crate
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Which issue does this PR close?
N/A
Rationale for this change
Document some knowledge used as part of making the 5.1.0 release candidate.
What changes are included in this PR?
Update to the dev README.md and email template used to create release candidates
Are there any user-facing changes?
No