Commit 2979527
committed
readyset-repl: Render bytes as UTF-8
Format REPL table cells through a helper that detects DfValue::ByteArray
and attempts UTF-8 decoding. This keeps text payloads readable while
preserving the existing fallback for non-UTF-8 bytes.
AI-Use: level:v
Change-Id: I604184848cbba4d75ff896ca7b803f286a6a6964
Reviewed-on: https://gerrit.readyset.name/c/readyset/+/11238
Tested-by: Buildkite CI
Reviewed-by: Jason Brown <jason.b@readyset.io>1 parent 4193f82 commit 2979527
1 file changed
+18
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
252 | 256 | | |
253 | 257 | | |
254 | 258 | | |
255 | 259 | | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
256 | 272 | | |
257 | 273 | | |
258 | 274 | | |
| |||
0 commit comments