Skip to content
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
wants to merge 25 commits into from
Closed

Conversation

peasee
Copy link

@peasee peasee commented Aug 28, 2024

🗣 Description

🔨 Related Issues

🤔 Concerns

Swoorup and others added 25 commits June 4, 2024 18:42
…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
)

* Use manifest root for specifying versions

* Added duckdb string type

* Add Handle suffix to `DataChunk` and `LogicalType`
* add time option to satisfy clippy

* attempt to satisfy clippy
@peasee peasee closed this Aug 29, 2024
@phillipleblanc phillipleblanc deleted the add-more-type-support-in-arrow branch September 2, 2024 01:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.