This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new b3f6668464e fix case: test_create_table_without_distribution
b3f6668464e is described below
commit b3f6668464e6d0877ec75f03ea5219ac3ce9c935
Author: yiguolei <[email protected]>
AuthorDate: Thu May 23 11:27:40 2024 +0800
fix case: test_create_table_without_distribution
---
.../data/ddl_p0/test_create_table_without_distribution.out | 6 ------
.../suites/ddl_p0/test_create_table_without_distribution.groovy | 2 --
2 files changed, 8 deletions(-)
diff --git
a/regression-test/data/ddl_p0/test_create_table_without_distribution.out
b/regression-test/data/ddl_p0/test_create_table_without_distribution.out
index ccb7fe6195f..292b244e2ae 100644
--- a/regression-test/data/ddl_p0/test_create_table_without_distribution.out
+++ b/regression-test/data/ddl_p0/test_create_table_without_distribution.out
@@ -5,15 +5,9 @@
-- !test_select --
1 2
--- !test_show --
-test_create_table_without_distribution CREATE TABLE
`test_create_table_without_distribution` (\n `a` INT NULL,\n `b` INT NULL\n)
ENGINE=OLAP\nDUPLICATE KEY(`a`, `b`)\nCOMMENT 'OLAP'\nDISTRIBUTED BY RANDOM
BUCKETS AUTO\nPROPERTIES (\n"replication_allocation" = "tag.location.default:
1",\n"min_load_replica_num" = "-1",\n"is_being_synced" =
"false",\n"storage_medium" = "hdd",\n"storage_format" =
"V2",\n"inverted_index_storage_format" = "V1",\n"light_schema_change" =
"true",\n"disable_auto [...]
-
-- !test_insert_old_planner --
1
-- !test_select_old_planner --
1 2
--- !test_show_old_planner --
-test_create_table_without_distribution CREATE TABLE
`test_create_table_without_distribution` (\n `a` INT NULL,\n `b` INT NULL\n)
ENGINE=OLAP\nDUPLICATE KEY(`a`, `b`)\nCOMMENT 'OLAP'\nDISTRIBUTED BY RANDOM
BUCKETS AUTO\nPROPERTIES (\n"replication_allocation" = "tag.location.default:
1",\n"min_load_replica_num" = "-1",\n"is_being_synced" =
"false",\n"storage_medium" = "hdd",\n"storage_format" =
"V2",\n"inverted_index_storage_format" = "V1",\n"light_schema_change" =
"true",\n"disable_auto [...]
-
diff --git
a/regression-test/suites/ddl_p0/test_create_table_without_distribution.groovy
b/regression-test/suites/ddl_p0/test_create_table_without_distribution.groovy
index 704772a0a95..6d91dc6ff29 100644
---
a/regression-test/suites/ddl_p0/test_create_table_without_distribution.groovy
+++
b/regression-test/suites/ddl_p0/test_create_table_without_distribution.groovy
@@ -26,7 +26,6 @@ suite("test_create_table_without_distribution") {
insert into test_create_table_without_distribution values(1,2);
"""
qt_test_select "select * from test_create_table_without_distribution;"
- qt_test_show " show create table test_create_table_without_distribution;"
sql "SET enable_nereids_planner=false;"
multi_sql """
@@ -37,7 +36,6 @@ suite("test_create_table_without_distribution") {
insert into test_create_table_without_distribution values(1,2);
"""
qt_test_select_old_planner "select * from
test_create_table_without_distribution;"
- qt_test_show_old_planner " show create table
test_create_table_without_distribution;"
}
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]