This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch update/duckdb-150-benchmark-defaults
in repository https://gitbox.apache.org/repos/asf/sedona-spatialbench.git
The following commit(s) were added to
refs/heads/update/duckdb-150-benchmark-defaults by this push:
new 6ed137d Keep DuckDB nightly as default since nightlies are now 1.5.x+
6ed137d is described below
commit 6ed137d05f023d001412b043e0d0439d3e1430ce
Author: Jia Yu <[email protected]>
AuthorDate: Sun Mar 22 20:07:42 2026 -0700
Keep DuckDB nightly as default since nightlies are now 1.5.x+
---
.github/workflows/benchmark.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index faf384d..446ec1c 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -76,7 +76,7 @@ on:
duckdb_nightly:
description: 'Use DuckDB pre-release/nightly build (ignores version if
true)'
required: false
- default: false
+ default: true
type: boolean
concurrency:
@@ -96,7 +96,7 @@ env:
SPATIAL_POLARS_VERSION: ${{ github.event.inputs.spatial_polars_version }}
# Nightly build options (default: true)
SEDONADB_NIGHTLY: ${{ github.event.inputs.sedonadb_nightly || 'true' }}
- DUCKDB_NIGHTLY: ${{ github.event.inputs.duckdb_nightly || 'false' }}
+ DUCKDB_NIGHTLY: ${{ github.event.inputs.duckdb_nightly || 'true' }}
# Hugging Face dataset for benchmark data
HF_DATASET: apache-sedona/spatialbench
HF_DATA_VERSION: v0.1.0