diff --git a/expected/hypo_index_part.out b/expected/hypo_index_part.out index fbd1fc9..d87ed72 100644 --- a/expected/hypo_index_part.out +++ b/expected/hypo_index_part.out @@ -1,4 +1,4 @@ --- Hypothetical on partitioned tabled +-- Hypothetical on partitioned tables CREATE TABLE hypo_part(id1 integer, id2 integer, id3 integer) PARTITION BY LIST (id1); CREATE TABLE hypo_part_1 diff --git a/expected/hypo_index_part_10.out b/expected/hypo_index_part_10.out index a0d4040..f55e785 100644 --- a/expected/hypo_index_part_10.out +++ b/expected/hypo_index_part_10.out @@ -1,4 +1,4 @@ --- Hypothetical on partitioned tabled +-- Hypothetical on partitioned tables CREATE TABLE hypo_part(id1 integer, id2 integer, id3 integer) PARTITION BY LIST (id1); CREATE TABLE hypo_part_1 diff --git a/test/sql/hypo_index_part.sql b/test/sql/hypo_index_part.sql index 36d5c9a..d1c6cce 100644 --- a/test/sql/hypo_index_part.sql +++ b/test/sql/hypo_index_part.sql @@ -1,4 +1,4 @@ --- Hypothetical on partitioned tabled +-- Hypothetical on partitioned tables CREATE TABLE hypo_part(id1 integer, id2 integer, id3 integer) PARTITION BY LIST (id1); diff --git a/test/sql/hypo_index_part_10.sql b/test/sql/hypo_index_part_10.sql index ddc38cd..274896b 100644 --- a/test/sql/hypo_index_part_10.sql +++ b/test/sql/hypo_index_part_10.sql @@ -1,4 +1,4 @@ --- Hypothetical on partitioned tabled +-- Hypothetical on partitioned tables CREATE TABLE hypo_part(id1 integer, id2 integer, id3 integer) PARTITION BY LIST (id1);