提交 16ecea86 编写于 作者: H Haisheng Yuan 提交者: Bhuvnesh

Fix lasj test cases

Signed-off-by: NBhunvesh Chaudhary <bchaudhary@pivotal.io>
上级 91c39026
......@@ -3,7 +3,7 @@ drop table if exists foo;
drop table if exists bar;
-- end_ignore
create table foo (a text, b int);
create table foo (a int, b int);
create table bar (x int, y int);
insert into foo values (1, 2);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册