Skip to content

Commit 7334e39

Browse files
Use DuckDB with fixed index scan (#399)
* Revert "Re-order the columns in the auto-created DuckDB view to have the indexed column first (#390)" This reverts commit c2307be. * Use DuckDB with fixed index scan * add primary key tests * use correct commit * clippy/unused fns --------- Co-authored-by: David Stancu <david@spice.ai>
1 parent 2f3389a commit 7334e39

17 files changed

Lines changed: 350 additions & 549 deletions

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ postgres-federation = ["postgres"]
103103

104104
[patch.crates-io]
105105
datafusion-federation = { git = "https://github.com/spiceai/datafusion-federation.git", rev = "9db74a4b360df6be1bb554c59a474a2fd4bfb7e9" } # spiceai-47
106-
duckdb = { git = "https://github.com/spiceai/duckdb-rs.git", rev = "b3547f0c1b37030b623b1e03fcaea0e4e2bb753e" } # spiceai-1.3.2
106+
duckdb = { git = "https://github.com/spiceai/duckdb-rs.git", rev = "f7afdee8069d544b2b1151eecfccede40bb498cb" } # spiceai-1.3.2
107107

108108
datafusion = { git = "https://github.com/spiceai/datafusion.git", rev = "b5c62f29d2c70c5331ff50015b67b5e1cafcd578" } # spiceai-47
109109
datafusion-expr = { git = "https://github.com/spiceai/datafusion.git", rev = "b5c62f29d2c70c5331ff50015b67b5e1cafcd578" } # spiceai-47

0 commit comments

Comments
 (0)