Correct spelling in test script

This commit is contained in:
Ted Yu 2022-08-31 12:46:46 -07:00
parent 0316eb9911
commit 06db8809c6
2 changed files with 2 additions and 2 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);

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