From 512bcd30de328419b7551528cfd31d60f1f07e37 Mon Sep 17 00:00:00 2001 From: Julien Rouhaud Date: Thu, 1 Sep 2022 11:06:25 +0800 Subject: [PATCH] Fix typo in regression test comments. Per report from Zhihong Yu. --- expected/hypo_index_part.out | 2 +- expected/hypo_index_part_10.out | 2 +- test/sql/hypo_index_part.sql | 2 +- test/sql/hypo_index_part_10.sql | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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);