From 06db8809c64d29d1b3373b25d3f9a605767598ca Mon Sep 17 00:00:00 2001 From: Ted Yu Date: Wed, 31 Aug 2022 12:46:46 -0700 Subject: [PATCH] Correct spelling in test script --- test/sql/hypo_index_part.sql | 2 +- test/sql/hypo_index_part_10.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);