Fix typo in regression test comments.

Per report from Zhihong Yu.
This commit is contained in:
Julien Rouhaud 2022-09-01 11:06:25 +08:00
parent 0316eb9911
commit 512bcd30de
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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);

View file

@ -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);