Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Implement Spark-compatible CAST from String to Decimal #615

Closed
wants to merge 3 commits into from

Commits on Jun 30, 2024

  1. 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.
    sujithjay committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    4bf5d3a View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. clippy

    andygrove committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    84035d3 View commit details
    Browse the repository at this point in the history
  2. upmerge

    andygrove committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    80637bd View commit details
    Browse the repository at this point in the history