Details
-
Bug
-
Status: Triage Needed
-
P2
-
Resolution: Fixed
-
2.27.0
-
None
-
Important
Description
Since NUMERIC types were added to Spanner, it has been possible to assign a Java BigDecimal to a column in a Spanner mutation.
The feature to support NUMERIC in BEAM was added in PR#12818 (BEAM-10875), but missed adding BigDecimal support to the part of the code where the size of mutated values are calculated.