Skip to content

Commit e88f716

Browse files
committed
bench: enable list layout for SQL benchmarks
Set VORTEX_EXPERIMENTAL_LIST_LAYOUT=1 at the job level so statpopgen data is written and queried with ListLayout. Revert before merge if list layout should stay off for the develop baseline. Signed-off-by: Matt Katz <mhkatz97@gmail.com>
1 parent 7ba2ebf commit e88f716

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/sql-benchmarks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ jobs:
513513
env:
514514
VORTEX_EXPERIMENTAL_PATCHED_ARRAY: "1"
515515
FLAT_LAYOUT_INLINE_ARRAY_NODE: "1"
516+
VORTEX_EXPERIMENTAL_LIST_LAYOUT: "1"
516517
# Makes python output nicer
517518
COLUMNS: 120
518519
strategy:

0 commit comments

Comments
 (0)