This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new f534d2eb3b [fix](case) edit to same as branch master (#22936)
f534d2eb3b is described below
commit f534d2eb3b694023748976097c6f5a3dfa698183
Author: Dongyang Li <[email protected]>
AuthorDate: Mon Aug 14 19:00:02 2023 +0800
[fix](case) edit to same as branch master (#22936)
* [fix](case) edit to same as branch master
* 2
---------
Co-authored-by: stephen <[email protected]>
---
regression-test/suites/index_p0/test_bitmap_index.groovy | 6 +++---
regression-test/suites/inverted_index_p0/test_bitmap_index.groovy | 6 +++---
regression-test/suites/inverted_index_p0/test_inverted_index.groovy | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/regression-test/suites/index_p0/test_bitmap_index.groovy
b/regression-test/suites/index_p0/test_bitmap_index.groovy
index d18ee68df5..288ebe2fa6 100644
--- a/regression-test/suites/index_p0/test_bitmap_index.groovy
+++ b/regression-test/suites/index_p0/test_bitmap_index.groovy
@@ -29,7 +29,7 @@ suite("test_bitmap_index") {
k3 INT,
k4 BIGINT,
k5 CHAR,
- k6 VARCHAR,
+ k6 VARCHAR(1),
k7 DATE,
k8 DATETIME,
k9 LARGEINT,
@@ -108,7 +108,7 @@ suite("test_bitmap_index") {
k3 INT,
k4 BIGINT,
k5 CHAR,
- k6 VARCHAR,
+ k6 VARCHAR(1),
k7 DATE,
k8 DATETIME,
k9 LARGEINT,
@@ -192,7 +192,7 @@ suite("test_bitmap_index") {
k3 INT,
k4 BIGINT,
k5 CHAR,
- k6 VARCHAR,
+ k6 VARCHAR(1),
k7 DATE,
k8 DATETIME,
k9 LARGEINT,
diff --git a/regression-test/suites/inverted_index_p0/test_bitmap_index.groovy
b/regression-test/suites/inverted_index_p0/test_bitmap_index.groovy
index e7a81388cf..79753050a3 100644
--- a/regression-test/suites/inverted_index_p0/test_bitmap_index.groovy
+++ b/regression-test/suites/inverted_index_p0/test_bitmap_index.groovy
@@ -29,7 +29,7 @@ suite("test_bitmap_index", "inverted_index") {
k3 INT,
k4 BIGINT,
k5 CHAR,
- k6 VARCHAR,
+ k6 VARCHAR(1),
k7 DATE,
k8 DATETIME,
k9 LARGEINT,
@@ -100,7 +100,7 @@ suite("test_bitmap_index", "inverted_index") {
k3 INT,
k4 BIGINT,
k5 CHAR,
- k6 VARCHAR,
+ k6 VARCHAR(1),
k7 DATE,
k8 DATETIME,
k9 LARGEINT,
@@ -176,7 +176,7 @@ suite("test_bitmap_index", "inverted_index") {
k3 INT,
k4 BIGINT,
k5 CHAR,
- k6 VARCHAR,
+ k6 VARCHAR(1),
k7 DATE,
k8 DATETIME,
k9 LARGEINT,
diff --git
a/regression-test/suites/inverted_index_p0/test_inverted_index.groovy
b/regression-test/suites/inverted_index_p0/test_inverted_index.groovy
index cd2b2ca639..c2b3067147 100644
--- a/regression-test/suites/inverted_index_p0/test_inverted_index.groovy
+++ b/regression-test/suites/inverted_index_p0/test_inverted_index.groovy
@@ -29,7 +29,7 @@ suite("test_inverted_index", "inverted_index") {
k3 INT,
k4 BIGINT,
k5 CHAR,
- k6 VARCHAR,
+ k6 VARCHAR(1),
k7 DATE,
k8 DATETIME,
k9 LARGEINT,
@@ -108,7 +108,7 @@ suite("test_inverted_index", "inverted_index") {
k3 INT,
k4 BIGINT,
k5 CHAR,
- k6 VARCHAR,
+ k6 VARCHAR(1),
k7 DATE,
k8 DATETIME,
k9 LARGEINT,
@@ -192,7 +192,7 @@ suite("test_inverted_index", "inverted_index") {
k3 INT,
k4 BIGINT,
k5 CHAR,
- k6 VARCHAR,
+ k6 VARCHAR(1),
k7 DATE,
k8 DATETIME,
k9 LARGEINT,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]