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

fix: Update time grain expressions for Spark >= 3.x #18690

Merged

Commits on Feb 12, 2022

  1. Fix the time grain expressions for Spark >= 2.3.0

    Spark removed date format string 'u' in Spark 3.0. Switch to using date_trunc which has been around since 2.3
    thomasdesr authored Feb 12, 2022
    Configuration menu
    Copy the full SHA
    a25eb28 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Configuration menu
    Copy the full SHA
    df0f950 View commit details
    Browse the repository at this point in the history