forked from duckdb/duckdb-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
Add more type support in arrow #6
Closed
Closed
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
…ies/dependencies (duckdb#285) * Organise workspace crates and unify Cargo.toml manifests * Update code coverage and contributing.md * double choco openssl install timeout * num_integer is not optional * move httpfs later...? * before * include dir * add note * fix memory leak in api usage test * specify crates explicitly * swap action * I guess it just doesnt work with workspace members * swap again * swap yet again * ignore unpublished change * typo --------- Co-authored-by: Max Gabrielsson <max@gabrielsson.com> Co-authored-by: Max Gabrielsson <maxxen@Maxs-MBP-2.localdomain>
Cargo command to insert duckdb with "bundled"
…b#323) * support UTF8[] * add tests * fix test * format * clippy * bump cause github is broken * add support for DuckDB arrays when using Arrow's FixedSizeList * fmt * add ArrayVector * update path in remote test --------- Co-authored-by: Max Gabrielsson <max@gabrielsson.com>
* Add support for BinaryArray in arrow-vtab * Fix lint
…kdb#321) * Keep other feature configuration from openssl * Fix clippy warnings * Add ability to pass vendored feature to openssl in libduckdb-sys --------- Co-authored-by: Murali <murali.soundararajan@here.com>
* Implement appender for date/time types * Remove unused import * Add unit test for date/time append
* support decimal128 without casting to double * fix parquet test * clippy * clippy... again
* kinda working * add more docs * iterate on struct support * start on map support * amend type enum * add initial array support * add conversion between DataType and Type * add full test_all_types() test * add basic union read support * use better data structures * chore: fix up imports * Update test_all_types.rs * clippy
* Update arrow requirement from 51 to 52 Updates the requirements on [arrow](https://github.com/apache/arrow-rs) to permit the latest version. - [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md) - [Commits](apache/arrow-rs@51.0.0...51.0.0) --- updated-dependencies: - dependency-name: arrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * remove arrow bug workaround --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* support LargeUtf8 * lint * fix tests * Fix tests check_generic_byte_roundtrip * fix test * fix clippy
* Update Rust to v1.0.0 * Remove define again * Update crates/libduckdb-sys/build.rs Co-authored-by: Murali S <39963273+muralisoundararajan@users.noreply.github.com> * Update build.rs * Remove patch again * Disable Windows for now --------- Co-authored-by: Murali S <39963273+muralisoundararajan@users.noreply.github.com>
* extract duckdb archive in the out dir provided * don't delete source files * fix header location
* Remove HTTPFS, try to re-enable Windows test * Fix vtab types * Re-generate bindgen
* Enforce call_width in rustfmt.toml * Move core vector, logical_types, chunk into a seperate module
…#360) * Add custom user agent config * add test * run formatter
* add time option to satisfy clippy * attempt to satisfy clippy
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.
🗣 Description
🔨 Related Issues
🤔 Concerns