Commit bdfcf7c
fix(mapping): add fallback for null formatId in tuple format injection
Add fallback logic to injectFormatIntoTuples, getTuplesWithInjectedFormat,
and getBatchTuplesWithInjectedFormat methods. When formatId is null and
only one format is available, use that format instead of null.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 03fb07c commit bdfcf7c
1 file changed
Lines changed: 9 additions & 0 deletions
File tree
- tarantool-jackson-mapping/src/main/java/io/tarantool/mapping
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
107 | 110 | | |
108 | 111 | | |
109 | 112 | | |
| |||
187 | 190 | | |
188 | 191 | | |
189 | 192 | | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
190 | 196 | | |
191 | 197 | | |
192 | 198 | | |
| |||
216 | 222 | | |
217 | 223 | | |
218 | 224 | | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
219 | 228 | | |
220 | 229 | | |
221 | 230 | | |
| |||
0 commit comments