Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
roachtest: Cast snapshot-recd bytes to decimal in disagg-rebalance
Previously we were reading a float value as an int, which would trip up the Scan() method if the float value was large enough to be wired over in scientified notation eg. `2.3456E7`. This change ensures that Cockroach prints out the value as a numeric/decimal to avoid the scan-time error in the roachtest. Fixes #109114. Epic: none Release note: None
- Loading branch information