forked from apache/arrow-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
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 to version 48 #47
Open
Dandandan
wants to merge
243
commits into
v43
Choose a base branch
from
v48.0.0-cx.0
base: v43
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
* Impl RBR for Box * Require send to create a FFI stream
* Add Scalar/Datum abstraction (apache#1047) * Add dyn Array
* Adding sort_primitives benchmark * Adding sort_primitives improvements * Fix lints * Remove all unsafe code and handle offset cases * Incorporate review comments * Remove unneeded returns
The trait currently does not have many default implementations, but it does have a lot of methods. This PR adds default implementations for all methods returning Status::unimplemented to fix apache#4372
* Add Datum based arithmetic kernels (apache#3999) * Fix benchmark * Review feedback
Updates the requirements on [proc-macro2](https://github.com/dtolnay/proc-macro2) to permit the latest version. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.63...1.0.64) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add negate kernels (apache#4488) * Fix doc * Add Inteval tests * Review feedback
Bumps [actions/labeler](https://github.com/actions/labeler) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix incorrect buffer size limiting in parquet async writer * Format * Review feedback --------- Co-authored-by: zhangli20 <[email protected]> Co-authored-by: Raphael Taylor-Davies <[email protected]>
…pache#4493) * Add arithmetic tests (apache#4480) * Fix test * Review feedback
* object_store: Add `Box<dyn ObjectStore>` tests * object_store: Extract `as_ref_impl!()` macro * object_store: Implement `ObjectStore` for `Arc`
Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 1 to 2. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@v1...v2) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Support Date - Date (apache#4383) * Review feedback
* Cleanup cast_primitive_to_list * Review feedback
…fig` (apache#4516) * object_store: Export `ClientConfigKey` * object_store: Add `HttpBuilder::with_config`
* Use Parser for cast kernel (apache#4512) * Support parsing unpadded dates * Review feedback * Tweak bound
* Prepare arrow 44.0.0 * Final tweaks
Updates the requirements on [proc-macro2](https://github.com/dtolnay/proc-macro2) to permit the latest version. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.64...1.0.66) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add RowConverter::append (apache#4479) * Add overwrite test
* feat: Support FixedSizedListArray for length kernel * fix clippy * update comment * avoid unsafe * reduce useless trait * remove T
Updates the requirements on [zstd](https://github.com/gyscos/zstd-rs) to permit the latest version. - [Release notes](https://github.com/gyscos/zstd-rs/releases) - [Commits](gyscos/zstd-rs@v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: zstd dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: add method for async read bloomfilter * fix: compatible for bloom filter length * test: add unit tests for read bloom filter * fix: format code for unit test
* Support Arbitrary JSON values in JSON Reader (apache#4905) * Review feedback * Clippy * Docs
* Default connection and request timeouts of 5 seconds * Clippy * Allow disabling timeouts
Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.19.0...v0.20.0) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…SignedJwt (apache#4926) * Support service_account in ApplicationDefaultCredentials * Use SelfSignedJwt for Service Accounts * Update CI * Apply suggestions from code review Co-authored-by: Marco Neumann <[email protected]> --------- Co-authored-by: Marco Neumann <[email protected]>
* Add `FileWriter` schema getter * Make schema getter consistent with the parquet implementation
…arsed as `Null` rather than `""`) (apache#4942) * fix: add null_regex for string type in csv * Update arrow-csv/src/reader/mod.rs Co-authored-by: Raphael Taylor-Davies <[email protected]> --------- Co-authored-by: Raphael Taylor-Davies <[email protected]>
…pache#4922) * Support ETag in InMemory (apache#4879) * Add LocalFileSystem Etag * Review feedback * Review feedback
…pache#4943) * Assume records not split across pages (apache#4921) * More test * Add PageReader::at_record_boundary * Fix flush partial
* Remove nested async and fallibility from ObjectStore::list * Clippy * Update limit test * Update docs
* feat: support parsing for parquet writer option Signed-off-by: fan <[email protected]> * fix clippy warning Signed-off-by: fan <[email protected]> * add tests Signed-off-by: fan <[email protected]> * follow reviews Signed-off-by: fan <[email protected]> * fix only support lower and uppercase Signed-off-by: fan <[email protected]> --------- Signed-off-by: fan <[email protected]>
* Add ReaderBuilder::with_header * Update test
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
Closes #.
Rationale for this change
What changes are included in this PR?
Are there any user-facing changes?