Commit 6fe6fc8
committed
fix(ingress): clarify column_bool_opt None behavior, drop redundant decimal test
- column_bool_opt: spell out that None skips the column entirely rather than
writing false — readers wanting an explicit false should call column_bool
directly.
- Remove test_buffer_opt_decimal_some_matches_standard; the main V3 test
already round-trips column_dec_opt("c_dec", Some(...)) against column_dec.1 parent 02c3607 commit 6fe6fc8
2 files changed
Lines changed: 3 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
871 | 871 | | |
872 | 872 | | |
873 | 873 | | |
874 | | - | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
875 | 877 | | |
876 | 878 | | |
877 | 879 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
0 commit comments