-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[fix](regression test) test_alter_colocate_group due to force_olap_table_replication_num #35835
[fix](regression test) test_alter_colocate_group due to force_olap_table_replication_num #35835
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
run buildall |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR approved by anyone and no changes requested. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR approved by at least one committer and no changes requested. |
run buildall |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR approved by at least one committer and no changes requested. |
…ble_replication_num (#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) ```
…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) ```
Proposed changes
Issue Number: close #xxx