Skip to content

Commit

Permalink
Implement Spark-compatible CAST from String to Decimal
Browse files Browse the repository at this point in the history
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
sujithjay committed Jun 30, 2024
1 parent 27288a0 commit 4bf5d3a
Show file tree
Hide file tree
Showing 4 changed files with 369 additions and 8 deletions.
Loading

0 comments on commit 4bf5d3a

Please sign in to comment.