Skip to content

Commit

Permalink
fix(ci): flaky test (#16664)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyass authored Oct 24, 2024
1 parent d1ad6f4 commit 512d0a9
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
statement ok
set enable_parallel_multi_merge_sort = 0;

statement ok
CREATE TABLE test_linear(a int, b int) cluster by(a,b) row_per_block = 2;

Expand Down Expand Up @@ -96,7 +99,7 @@ Filter
└── TableScan
├── table: default.default.test_hilbert
├── output columns: [a (#0), b (#1)]
├── read rows: 3
├── read rows: 2
├── read size: < 1 KiB
├── partitions total: 2
├── partitions scanned: 1
Expand Down

0 comments on commit 512d0a9

Please sign in to comment.