Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SQL][minor] remove duplicated cases in
DecimalPrecision
We already have a rule to do type coercion for fixed decimal and unlimited decimal in `WidenTypes`, so we don't need to handle them in `DecimalPrecision`. Author: Wenchen Fan <[email protected]> Closes apache#6698 from cloud-fan/fix and squashes the following commits: 413ad4a [Wenchen Fan] remove duplicated cases
- Loading branch information