forked from apache/doris
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix](regression test) test_alter_colocate_group due to force_olap_ta…
…ble_replication_num (apache#35835) ``` Exception in alter_p2/test_alter_colocate_group.groovy(line 94): ) DISTRIBUTED BY HASH(k2) BUCKETS 5 PROPERTIES ( "colocate_with" = "group_2", "replication_num" = "1" ); """ sql """ ^^^^^^^^^^^^^^^^^^^^^^^^^ERROR LINE^^^^^^^^^^^^^^^^^^^^^^^^^ CREATE TABLE tbl3 ( `uuid` varchar(255) NULL, `action_datetime` date NULL ) DUPLICATE KEY(uuid) PARTITION BY RANGE(action_datetime)() DISTRIBUTED BY HASH(uuid) BUCKETS 4 PROPERTIES ( Exception: java.sql.SQLSyntaxErrorException: Colocate tables must have same replication allocation: { tag.location.default: 1 } should be { tag.location.default: 3 } at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120) ```
- Loading branch information
1 parent
e0001bc
commit fbb32e7
Showing
1 changed file
with
30 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters