Skip to content

Commit 6cd46a7

Browse files
authored
Merge branch 'trunk' into refactor/embedding-params-handling
2 parents fdf7501 + 07e0ad2 commit 6cd46a7

31 files changed

Lines changed: 7237 additions & 133 deletions

File tree

.github/workflows/testoperator_run_bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258
- name: Bootstrap DuckLake TPCH SF1 catalog
259259
if: ${{ contains(github.event.inputs.spicepod_path, 'ducklake') }}
260260
run: |
261-
python -m pip install --upgrade 'duckdb==1.4.4' minio
261+
python -m pip install --upgrade duckdb minio
262262
263263
python <<'PY'
264264
import duckdb

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/arrow_tools/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@ tracing.workspace = true
2020
insta = {workspace = true, features = ["json"]}
2121
arrow-json.workspace = true
2222
serde_json.workspace = true
23+
criterion = { version = "0.7", features = ["html_reports"] }
24+
25+
[[bench]]
26+
name = "truncate"
27+
harness = false

0 commit comments

Comments
 (0)