Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement Spark-compatible CAST from String to Decimal
We currently delegate to DataFusion when casting from string to decimal and there are some differences in behavior compared to Spark. This PR implements a Spark-compatible cast from String to Decimal.
- Loading branch information