diff --git a/e2e_test/ddl/show.slt b/e2e_test/ddl/show.slt index abfd5adb45fb8..afcc386d7adff 100644 --- a/e2e_test/ddl/show.slt +++ b/e2e_test/ddl/show.slt @@ -26,6 +26,7 @@ v1 integer false turpis vehicula v2 integer false Lorem ipsum dolor sit amet v3 integer false NULL _row_id serial true consectetur adipiscing elit +_rw_timestamp timestamp with time zone true NULL primary key _row_id NULL NULL distribution key _row_id NULL NULL table description t3 NULL volutpat vitae @@ -37,6 +38,7 @@ v1 integer false turpis vehicula v2 integer false Lorem ipsum dolor sit amet v3 integer false NULL _row_id serial true consectetur adipiscing elit +_rw_timestamp timestamp with time zone true NULL statement ok create index idx1 on t3 (v1,v2); @@ -65,6 +67,7 @@ v1 integer false Nemo enim ipsam v2 integer false NULL v3 integer false NULL _row_id serial true NULL +_rw_timestamp timestamp with time zone true NULL primary key _row_id NULL NULL distribution key _row_id NULL NULL idx1 index(v1 ASC, v2 ASC) include(v3) distributed by(v1) NULL NULL