Skip to content

Commit 8631f4a

Browse files
Fix case fail caused by change the default value of pax_enable_debug to false (#1093) (#1133)
filter_1.out is missed, make it answer right. Signed-off-by: Dongxiao Song <songdongxiao@hashdata.cn>
1 parent bc5881c commit 8631f4a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

contrib/pax_storage/expected/filter_1.out

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
set pax_enable_debug to on;
12
set pax_enable_sparse_filter = on;
23
create table pax_test.null_test_t(a int, b int, c text) using pax;
34
insert into pax_test.null_test_t(a) select null from generate_series(1,2)i;

0 commit comments

Comments
 (0)