Commit d23cde0
Add missing cayenne/duckdb[file] benchmark coverage (spiceai#10808)
* Add missing cayenne/duckdb[file] benchmark coverage
Fill gaps in testoperator benchmark coverage for cayenne and duckdb[file]
accelerators at SF1 and SF100:
- Add TPCDS SF100 s3[parquet]-duckdb[file] spicepod and dispatch
(TPCH SF100 had both; TPCDS SF100 only had cayenne)
- Wire TPCDS SF100 into the scheduled and workflow_dispatch testoperator
dispatch jobs (validation + bench dispatch)
- Add ClickBench SF1 on_zero_results cayenne[file] spicepod and dispatch
(TPCH and TPCDS had both engines; ClickBench only had duckdb)
https://claude.ai/code/session_01NtBHhPp31i5hhWWj5GiqeA
* Address review: query_overrides + globstar in spicepod validation
- Add `query_overrides: duckdb` to the new ClickBench cayenne[file]
on_zero_results dispatch, matching the other ClickBench accelerated
dispatch configs (ClickBench queries use DuckDB SQL dialect).
- Enable `shopt -s globstar nullglob` before each spicepod validation
loop. Default GitHub Actions bash does not enable globstar, so
`**/*.yaml` was not recursive and nested directories
(append/, indexes/, on_zero_results/) were skipped.
https://claude.ai/code/session_01NtBHhPp31i5hhWWj5GiqeA
* Remove duckdb query_overrides from ClickBench cayenne on_zero_results
The `duckdb` override casts binary columns to TEXT as a workaround for
the DataFusion unparser and was originally intended for the DuckDB
accelerator with on_zero_results: use_source. It is not appropriate
for the Cayenne accelerator, which has its own storage format.
https://claude.ai/code/session_01NtBHhPp31i5hhWWj5GiqeA
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent b38219f commit d23cde0
5 files changed
Lines changed: 177 additions & 0 deletions
File tree
- .github/workflows
- test/spicepods
- clickbench/sf1/accelerated/on_zero_results
- tpcds/sf100/accelerated
- tools/testoperator/dispatch
- clickbench/sf1/accelerated/on_zero_results
- tpcds/sf100/accelerated
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
| 104 | + | |
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
109 | 111 | | |
| 112 | + | |
110 | 113 | | |
111 | 114 | | |
112 | 115 | | |
113 | 116 | | |
114 | 117 | | |
115 | 118 | | |
116 | 119 | | |
| 120 | + | |
117 | 121 | | |
118 | 122 | | |
119 | 123 | | |
120 | 124 | | |
121 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
122 | 134 | | |
123 | 135 | | |
124 | 136 | | |
| |||
159 | 171 | | |
160 | 172 | | |
161 | 173 | | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
162 | 182 | | |
163 | 183 | | |
164 | 184 | | |
| |||
224 | 244 | | |
225 | 245 | | |
226 | 246 | | |
| 247 | + | |
227 | 248 | | |
228 | 249 | | |
229 | 250 | | |
230 | 251 | | |
231 | 252 | | |
232 | 253 | | |
233 | 254 | | |
| 255 | + | |
234 | 256 | | |
235 | 257 | | |
236 | 258 | | |
237 | 259 | | |
238 | 260 | | |
239 | 261 | | |
240 | 262 | | |
| 263 | + | |
241 | 264 | | |
242 | 265 | | |
243 | 266 | | |
244 | 267 | | |
245 | 268 | | |
246 | 269 | | |
247 | 270 | | |
| 271 | + | |
248 | 272 | | |
249 | 273 | | |
250 | 274 | | |
251 | 275 | | |
252 | 276 | | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
253 | 285 | | |
254 | 286 | | |
255 | 287 | | |
| |||
290 | 322 | | |
291 | 323 | | |
292 | 324 | | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
293 | 335 | | |
294 | 336 | | |
295 | 337 | | |
| |||
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
Lines changed: 109 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments