This is an automated email from the ASF dual-hosted git repository.

gfphoenix78 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git


The following commit(s) were added to refs/heads/main by this push:
     new 8631f4a57d Fix case fail caused by change the default value of 
pax_enable_debug to false (#1093) (#1133)
8631f4a57d is described below

commit 8631f4a57d0d0a8d4f06df73b0ab82cc900bfae4
Author: DongxiaoSong <[email protected]>
AuthorDate: Tue Jun 3 15:23:11 2025 +0800

    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 <[email protected]>
---
 contrib/pax_storage/expected/filter_1.out | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/pax_storage/expected/filter_1.out 
b/contrib/pax_storage/expected/filter_1.out
index 9ca00f65e7..6b45c3be86 100644
--- a/contrib/pax_storage/expected/filter_1.out
+++ b/contrib/pax_storage/expected/filter_1.out
@@ -1,3 +1,4 @@
+set pax_enable_debug to on;
 set pax_enable_sparse_filter = on;
 create table pax_test.null_test_t(a int, b int, c text) using pax;
 insert into pax_test.null_test_t(a) select null from generate_series(1,2)i;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to