Commit ebd87bb
committed
docs(client-v2): address Copilot review nits on BFloat16 docs
- CHANGELOG: describe the previous BFloat16 failure generically as an
unsupported-data-type error instead of quoting one exact exception
string; pre-fix the column hit three different failure paths
(IllegalArgumentException / UnsupportedOperationException "Unsupported
data type: BFloat16" on read/write, and a "BFloat16 is not supported
yet" ClientException only on the Dynamic/Variant read path).
- docs/features.md: use canonical `BFloat16` casing in the
precision-sensitivity trait instead of bare lowercase "bfloat16".
Implements: #22791 parent fa79d8b commit ebd87bb
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments