提交 4598f7c2 编写于 作者: S Sambitesh Dash

Bump ORCA Version to v3.12.0

Co-authored-by: NChris Hajas <chajas@pivotal.io>
Co-authored-by: NSambitesh Dash <sdash@pivotal.io>
上级 a33c0f2e
......@@ -40,7 +40,7 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([[
#include <string.h>
]],
[
return strncmp("3.11.", GPORCA_VERSION_STRING, 5);
return strncmp("3.12.", GPORCA_VERSION_STRING, 5);
])],
[AC_MSG_RESULT([[ok]])],
[AC_MSG_ERROR([Your ORCA version is expected to be 3.11.XXX])]
......
......@@ -13816,7 +13816,7 @@ int
main ()
{
return strncmp("3.11.", GPORCA_VERSION_STRING, 5);
return strncmp("3.12.", GPORCA_VERSION_STRING, 5);
;
return 0;
......
[requires]
orca/v3.11.0@gpdb/stable
orca/v3.12.0@gpdb/stable
[imports]
include, * -> build/include
......
......@@ -121,7 +121,7 @@ sync_tools: opt_write_test /opt/releng/apache-ant
-Divyrepo.user=$(IVYREPO_USER) -Divyrepo.passwd="$(IVYREPO_PASSWD)" -quiet resolve);
ifeq "$(findstring aix,$(BLD_ARCH))" ""
LD_LIBRARY_PATH='' wget --no-check-certificate -q -O - https://github.com/greenplum-db/gporca/releases/download/v3.11.0/bin_orca_centos5_release.tar.gz | tar zxf - -C $(BLD_TOP)/ext/$(BLD_ARCH)
LD_LIBRARY_PATH='' wget --no-check-certificate -q -O - https://github.com/greenplum-db/gporca/releases/download/v3.12.0/bin_orca_centos5_release.tar.gz | tar zxf - -C $(BLD_TOP)/ext/$(BLD_ARCH)
endif
clean_tools: opt_write_test
......
......@@ -29,9 +29,10 @@ explain (costs off) select count(distinct d) from dqa_t1;
------------------------------------------------
Aggregate
-> Gather Motion 3:1 (slice1; segments: 3)
-> Table Scan on dqa_t1
Optimizer: PQO version 2.70.0
(4 rows)
-> Aggregate
-> Table Scan on dqa_t1
Optimizer: PQO version 3.11.0
(5 rows)
select count(distinct d) from dqa_t1 group by i;
count
......@@ -246,13 +247,14 @@ explain (costs off) select count(distinct dqa_t1.d) from dqa_t1, dqa_t2 where dq
------------------------------------------------
Aggregate
-> Gather Motion 3:1 (slice1; segments: 3)
-> Hash Join
Hash Cond: (dqa_t1.d = dqa_t2.d)
-> Table Scan on dqa_t1
-> Hash
-> Table Scan on dqa_t2
Optimizer: PQO version 2.70.0
(8 rows)
-> Aggregate
-> Hash Join
Hash Cond: (dqa_t1.d = dqa_t2.d)
-> Table Scan on dqa_t1
-> Hash
-> Table Scan on dqa_t2
Optimizer: PQO version 3.11.0
(9 rows)
select count(distinct dqa_t1.d) from dqa_t1, dqa_t2 where dqa_t1.d = dqa_t2.d group by dqa_t2.dt;
count
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册