Commit f32c45d
committed
test: use a valid precision (38) in TEST_PRIMITIVE_TYPES
DecimalType(100, 2) exceeds the spec's max precision of 38 and is now rejected
by the new validation; use the maximum valid precision instead.1 parent 662c0df commit f32c45d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments