You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .chloggen/doris306.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,15 @@ change_type: bug_fix
7
7
component: dorisexporter
8
8
9
9
# 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
11
11
12
12
# 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]
14
14
15
15
# (Optional) One or more lines of additional information to render under the primary note.
16
16
# These lines will be padded with 2 spaces and then inserted directly into the document.
17
17
# 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.
19
19
20
20
# If your change doesn't affect end users or the exported elements of any package,
21
21
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
0 commit comments