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

chore: ugrade to v1.1.3 #13

Closed
wants to merge 34 commits into from
Closed

chore: ugrade to v1.1.3 #13

wants to merge 34 commits into from

Conversation

mharrisb1
Copy link

Mause and others added 30 commits June 3, 2024 12:33
* feat: add large arrow type support

* remove old match entry
…tor (duckdb#316)

* null fix after copying data from array to duckdb chunk

* add test to cover null cases
…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
* Set nulls for all possible arrays

* set nulls for all possible array to vectors

* add more set nulls

* wip

* only change flat vector

* Revert "only change flat vector"

This reverts commit 90c9d75.

* add list vector nulls

* add tests to cover set_nulls

* fix test

* fix clippy

* clippy

---------

Co-authored-by: peasee <98815791+peasee@users.noreply.github.com>
…uckdb#374)

* add support of fixedsizebinary, duration, interval support in arrow

* chore: Cargo fmt

* fix: clippy::expect-fun-call

---------

Co-authored-by: peasee <98815791+peasee@users.noreply.github.com>
* streaming arrow (#3)

* streaming

* remove invalid schema assign

* use ArrowStream type to represent streaming

* clippy

* doc

* import

* typo

* export arrow stream

* fix: Missing semicolon in docs test

---------

Co-authored-by: peasee <98815791+peasee@users.noreply.github.com>
Initial experimental(!) implementation of loadable extensions with C extension API

See duckdb/duckdb#12682 for more info on the DuckDB C extension API

---------

Co-authored-by: martin <martincharles07@gmail.com>
Bump version of loadable-macros to v0.1.3
@mharrisb1 mharrisb1 deleted the branch main January 9, 2025 22:24
@mharrisb1 mharrisb1 closed this Jan 9, 2025
@mharrisb1 mharrisb1 deleted the chore/upgrade-to-v1.1.3 branch January 9, 2025 22:24
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.