Skip to content

Commit e89bdeb

Browse files
committed
fix: variant index
1 parent 8b0999a commit e89bdeb

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.chloggen/doris306.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ change_type: bug_fix
77
component: dorisexporter
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: fix trace graph for doris 3.0.6
10+
note: fix ddl for doris 3.0.6 and 2.1.10
1111

1212
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13-
issues: [40578]
13+
issues: [40578, 40827]
1414

1515
# (Optional) One or more lines of additional information to render under the primary note.
1616
# These lines will be padded with 2 spaces and then inserted directly into the document.
1717
# Use pipe (|) for multiline entries.
18-
subtext: 1. Use `size_based` compaction policy for the trace graph table instead of `time_series`. | 2. Use `zstd` as the default compression algorithm for all tables.
18+
subtext: 1. Use `size_based` compaction policy for the trace graph table instead of `time_series`. | 2. Use `"inverted_index_storage_format"="V2"`. | 3. Use `zstd` as the default compression algorithm for all tables.
1919

2020
# If your change doesn't affect end users or the exported elements of any package,
2121
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.

exporter/dorisexporter/config.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ PROPERTIES (
136136
"dynamic_partition.history_partition_num" = "%d",
137137
"dynamic_partition.end" = "1",
138138
"dynamic_partition.prefix" = "p",
139-
"compression" = "zstd"
139+
"compression" = "zstd",
140+
"inverted_index_storage_format" = "V2"
140141
)
141142
`
142143
)

0 commit comments

Comments
 (0)