Skip to content

Conversation

@sohardforaname
Copy link
Contributor

@sohardforaname sohardforaname commented Mar 6, 2023

Proposed changes

cherry-pick #17473

Problem summary

CREATE TABLE test (
id BIGINT COMMENT '',
) ENGINE = OLAP
DUPLICATE KEY(dmp_share_cd_time_idatat)
COMMENT 'OLAP'
DISTRIBUTED BY HASH(dmp_share_cd_time_idatat) BUCKETS AUTO
PROPERTIES (
"replication_allocation" = "tag.location: 1",
"in_memory" = "false",
"storage_format" = "V2",
"compression" = "ZSTD",
"estimate_partition_size" = "115G",
"disable_auto_compaction" = "false"
);

exception msg: String index out of range: -1 is weird, now it will be 'Invalid replication allocation location tag property: tag: location: 1'

Checklist(Required)

  • Does it affect the original behavior
  • Has unit tests been added
  • Has document been added or modified
  • Does it need to update dependencies
  • Is this PR support rollback (If NO, please explain WHY)

Further comments

If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...

@morningman morningman merged commit 253e383 into apache:branch-1.2-lts Mar 6, 2023
@morningman
Copy link
Contributor

please fix this on master too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants