Commit 159f43a
committed
Address review: clarify serializeNestedData SAF exception, fix CHANGELOG code spans
- SerializerUtils: expand the top-level SimpleAggregateFunction case comment
and serializeNestedData's Javadoc to note the deliberate exception to the
"nested elements only" contract (the SAF wrapper is non-nullable so
writeValuePreamble writes no marker, but a Nullable underlying still needs one).
- CHANGELOG: reflow the SimpleAggregateFunction entry so no inline-code span
wraps across a line break (renders correctly in Markdown), matching the
file's other entries.
Both changes are documentation-only; no behavior change.1 parent 9209449 commit 159f43a
2 files changed
Lines changed: 15 additions & 8 deletions
File tree
- client-v2/src/main/java/com/clickhouse/client/api/data_formats/internal
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
79 | 82 | | |
80 | 83 | | |
81 | 84 | | |
| |||
123 | 126 | | |
124 | 127 | | |
125 | 128 | | |
126 | | - | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
127 | 133 | | |
128 | 134 | | |
129 | 135 | | |
| |||
0 commit comments