提交 be571f18 编写于 作者: H Heikki Linnakangas

Remove unused "build" database from gpload test script.

I don't know what purpose this might have served originally, but it's
unused now.
Reviewed-by: NAsim R P <apraveen@pivotal.io>
上级 9ed37b46
......@@ -88,27 +88,3 @@ CREATE TABLE errortable (
rawdata text,
rawbytes bytea
) distributed randomly;
create database build;
\c build
DROP TABLE IF EXISTS lineitem;
CREATE TABLE lineitem (
L_ORDERKEY INT8 UNIQUE,
L_PARTKEY INTEGER,
L_SUPPKEY INTEGER,
L_LINENUMBER integer,
L_QUANTITY decimal,
L_EXTENDEDPRICE decimal,
L_DISCOUNT decimal,
L_TAX decimal,
L_RETURNFLAG CHAR(1),
L_LINESTATUS CHAR(1),
L_SHIPDATE date,
L_COMMITDATE date,
L_RECEIPTDATE date,
L_SHIPINSTRUCT CHAR(25),
L_SHIPMODE CHAR(10),
L_COMMENT VARCHAR(44)
)
distributed by (L_ORDERKEY);
......@@ -4,5 +4,3 @@ drop table if exists errortable cascade;
drop table if exists lineitem;
drop table if exists lineitem1;
drop table if exists lineitem_space;
\c build
drop table if exists lineitem;
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册