提交 3ea8d052 编写于 作者: O Omer Arap

Fix the failing gist_indexes2 test

- change the path to abs_srcdir
上级 f1bc2856
......@@ -725,7 +725,7 @@ CREATE TABLE GistTable1 ( id INTEGER, owner VARCHAR, description VARCHAR, proper
WITH (APPENDONLY=True, COMPRESSTYPE=ZLIB, COMPRESSLEVEL=1)
DISTRIBUTED BY (id);
COPY GistTable1 FROM
'/Users/oarap/gitdev/gpdb/src/test/regress/bugbuster/data/PropertyInfo.txt'
'@abs_srcdir@/bugbuster/data/PropertyInfo.txt'
CSV
;
-- ----------------------------------------------------------------------
......@@ -1431,7 +1431,7 @@ CREATE TABLE GistTable1 ( id INTEGER, owner VARCHAR, description VARCHAR, proper
WITH (APPENDONLY=True)
DISTRIBUTED BY (id);
COPY GistTable1 FROM
'/Users/oarap/gitdev/gpdb/src/test/regress/bugbuster/data/PropertyInfo.txt'
'@abs_srcdir@/bugbuster/data/PropertyInfo.txt'
CSV
;
-- ----------------------------------------------------------------------
......@@ -2137,7 +2137,7 @@ CREATE TABLE GistTable1 ( id INTEGER, owner VARCHAR, description VARCHAR, proper
WITH (APPENDONLY=True, ORIENTATION='column', COMPRESSTYPE=ZLIB, COMPRESSLEVEL=1)
DISTRIBUTED BY (id);
COPY GistTable1 FROM
'/Users/oarap/gitdev/gpdb/src/test/regress/bugbuster/data/PropertyInfo.txt'
'@abs_srcdir@/bugbuster/data/PropertyInfo.txt'
CSV
;
-- ----------------------------------------------------------------------
......@@ -2843,7 +2843,7 @@ CREATE TABLE GistTable1 ( id INTEGER, owner VARCHAR, description VARCHAR, proper
WITH (APPENDONLY=True, ORIENTATION='column')
DISTRIBUTED BY (id);
COPY GistTable1 FROM
'/Users/oarap/gitdev/gpdb/src/test/regress/bugbuster/data/PropertyInfo.txt'
'@abs_srcdir@/bugbuster/data/PropertyInfo.txt'
CSV
;
-- ----------------------------------------------------------------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册