Skip to content

[pull] trunk from spiceai:trunk#698

Merged
pull[bot] merged 5 commits into
TheRakeshPurohit:trunkfrom
spiceai:trunk
Mar 18, 2026
Merged

[pull] trunk from spiceai:trunk#698
pull[bot] merged 5 commits into
TheRakeshPurohit:trunkfrom
spiceai:trunk

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented Mar 18, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

github-actions Bot and others added 5 commits March 17, 2026 21:04
Co-authored-by: Spice Schema Bot <schema-bot@spice.ai>
Co-authored-by: Luke Kim <80174+lukekim@users.noreply.github.com>
* Improve JSON SODA support

* Fix calendar_date to Timestamp(Second), fix clippy match_same_arms, rustfmt

* Propagate soda_metadata in file_source()

* Remove unused dependency 'arrow-schema' and update json_format description for clarity

* fix: include JSON formats in HTTPS is_structured_format check

Add json, jsonl, ndjson, ldjson, soda, and socrata to the explicit
file_format check in is_structured_format(). Also add json, jsonl,
ndjson, ldjson to the URL extension auto-detect check.

This ensures that when file_format is set to a JSON-family format on
an HTTPS dataset, it correctly routes to ListingTableConnector (which
handles json_format, json_pointer, soda_metadata, etc.) instead of
falling through to HttpTableProvider.

* feat: Add rusqlite dependency and create SQLite tables for ADBC connector tests

* fix: pre-create ADBC SQLite tables before load_components

The ADBC connector calls GetTableSchema during load_components(), which
requires tables to already exist. Previously the tests created tables
after load_components(), causing 'no such table' errors and 60s timeouts.

- Add rusqlite dev-dependency for direct SQLite table creation
- Use tempfile::TempDir for automatic cleanup (even on panic)
- Make setup_sqlite_table idempotent with DROP TABLE IF EXISTS
- Pre-create tables with schema and seed data before runtime starts

* feat: Add driver options, catalog, and schema parameters to ADBC connector

* fix: Ensure ADBC driver options are prefixed with 'adbc.' in configuration

* fix: Remove redundant note about read-only connection option in README

* fix: Ignore ADBC options with empty keys and update SQLite table setup function

* fix: Improve ADBC option logging and update SQLite test for prepopulated data

* Fix dialect

* Lint

---------

Co-authored-by: Viktor Yershov <viktor@spice.ai>
@pull pull Bot locked and limited conversation to collaborators Mar 18, 2026
@pull pull Bot added the ⤵️ pull label Mar 18, 2026
@pull pull Bot merged commit 9500602 into TheRakeshPurohit:trunk Mar 18, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants