Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
Schema.Builder
does not propagate precision value to Builder
…
…instance (#17214) When calling `Schema.Builder.build()`, the value `topLevelPrecision` should be passed into the constructor of the `Schema` class. However, it was forgotten. Authors: - Nghia Truong (https://github.com/ttnghia) Approvers: - Robert (Bobby) Evans (https://github.com/revans2) URL: #17214