Skip to content

Conversation

@lukekim
Copy link
Collaborator

@lukekim lukekim commented Oct 20, 2025

No description provided.

hozan23 and others added 30 commits September 6, 2024 21:22
* update datafusion-federation dependency

* update to datafusion-federation to version 0.2.2
* use datafusion::Unparser for converting datafusion Expr to SQL

* Just one mapping from Engine to Dialect

* Remove more passing of Dialect

* Remove lint

---------

Co-authored-by: Phillip LeBlanc <[email protected]>
…102)

* don't wrap Engine with Options in SqlTable and SqlExec

* sql/sql_provider: use quote style for column and table names based on the dialect

---------

Co-authored-by: Phillip LeBlanc <[email protected]>
* wip

* duckdb streaming

* clippy

* arrow to arrow stream

* error message

* fix: Support `INTERVAL` in SQLite (#85)

* poc: Support interval in SQLite using an AST analyzer

* Refactoring

* u64 -> i64

* fix: Support INTERVAL expressions in SQLite

* docs: Add comment about flattening arguments list

* refactor: Rename SQLiteVisitor to SQLiteIntervalVisitor

* test: Add some tests

---------

Co-authored-by: Phillip LeBlanc <[email protected]>

* Use DuckDB streaming

* Fixes

* Fix feature flagging

* Fix lint

* Add spiceai branch to pull_request

---------

Co-authored-by: peasee <[email protected]>
Co-authored-by: Phillip LeBlanc <[email protected]>
* SQLite: Validate expected indexes when attaching local datasets

* Add test for indexes creation and retrieval (SQLite)

* Update warning messages
* fix: Don't silence blocking task errors

* fix: Cover Ok(Err()) match arm for DuckDB writer handle

* refactor: Rename overloaded error e
* fix: Re-attach databases on each query

* Update src/sql/db_connection_pool/dbconnection/duckdbconn.rs

---------

Co-authored-by: Phillip LeBlanc <[email protected]>
* Correctly handle mysql timestamp() and datetime() types

* Restructure MySQL test, add test for timestamp() types

* Include test for datetime types
* Postgres enum support

* Add enum test as part of integration test

* update

* Remove the duplicate function

* fix

---------

Co-authored-by: Phillip LeBlanc <[email protected]>
* Support all time() types in MySQL

* Include test for time types
…ol (#113)

* Verify MySQL parameters and connections before creating connection pool

* Update
@lukekim lukekim self-assigned this Oct 20, 2025
@lukekim lukekim changed the title Merge from 'main' Merge from main into spiceai Oct 20, 2025
dependabot bot and others added 24 commits October 19, 2025 20:34
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 5 to 7.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@v5...v7)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: '7'
  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>
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.98 to 1.0.100.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.98...1.0.100)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-version: 1.0.100
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.19 to 0.3.20.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-subscriber-0.3.19...tracing-subscriber-0.3.20)

---
updated-dependencies:
- dependency-name: tracing-subscriber
  dependency-version: 0.3.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [sea-query](https://github.com/SeaQL/sea-query) from 0.32.6 to 0.32.7.
- [Release notes](https://github.com/SeaQL/sea-query/releases)
- [Changelog](https://github.com/SeaQL/sea-query/blob/master/CHANGELOG.md)
- [Commits](SeaQL/sea-query@0.32.6...0.32.7)

---
updated-dependencies:
- dependency-name: sea-query
  dependency-version: 0.32.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 5 to 7.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@v5...v7)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: '7'
  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>
Bumps the cargo group with 1 update in the / directory: [tracing-subscriber](https://github.com/tokio-rs/tracing).


Updates `tracing-subscriber` from 0.3.19 to 0.3.20
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-subscriber-0.3.19...tracing-subscriber-0.3.20)

---
updated-dependencies:
- dependency-name: tracing-subscriber
  dependency-version: 0.3.20
  dependency-type: direct:production
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luke Kim <[email protected]>
* feat: Adbc table provider

* wtf i'm stumped

* it compiles, holy shit

* updates, tests and weirdness

* Add to makefile,  don't do python bindings yet

* update CI

* fix r2d2-adbc dependency

* Remove interactive flag from Docker commands

Signed-off-by: Matt Topol <[email protected]>

* fix clippy stuff

* Remove '--rm' flag from Docker run commands

Signed-off-by: Matt Topol <[email protected]>

* use dbc

* fix test option

* rust is weird

---------

Signed-off-by: Matt Topol <[email protected]>
@lukekim lukekim merged commit 88461a1 into spiceai Nov 24, 2025
11 checks passed
@lukekim lukekim deleted the lukim/merge-from-main branch November 24, 2025 01:43
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.