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

Demonstrate binding NOW() during planning (ALTERNATE TO StatefulFunction) #335

Closed
wants to merge 22 commits into from

Commits on May 7, 2021

  1. Configuration menu
    Copy the full SHA
    9db149a View commit details
    Browse the repository at this point in the history
  2. Run rustfmt

    msathis committed May 7, 2021
    Configuration menu
    Copy the full SHA
    d506280 View commit details
    Browse the repository at this point in the history
  3. Change incorrect condition

    msathis committed May 7, 2021
    Configuration menu
    Copy the full SHA
    efbc021 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

  1. Add timestamp optimizer which optimizes the logical plan and makes su…

    …re all now() return same value
    msathis committed May 8, 2021
    Configuration menu
    Copy the full SHA
    c90cca3 View commit details
    Browse the repository at this point in the history
  2. Add unit tests & fix alias

    msathis committed May 8, 2021
    Configuration menu
    Copy the full SHA
    148b495 View commit details
    Browse the repository at this point in the history
  3. Add unit tests & fix alias

    msathis committed May 8, 2021
    Configuration menu
    Copy the full SHA
    a07bb7e View commit details
    Browse the repository at this point in the history
  4. Run cargo fmt

    msathis committed May 8, 2021
    Configuration menu
    Copy the full SHA
    d68fd88 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2021

  1. Comment out failing test

    msathis committed May 9, 2021
    Configuration menu
    Copy the full SHA
    25d50f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32304cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47e0edb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ac4a65 View commit details
    Browse the repository at this point in the history
  5. Run cargo fmt

    msathis committed May 9, 2021
    Configuration menu
    Copy the full SHA
    24c5bf5 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Configuration menu
    Copy the full SHA
    4ba698f View commit details
    Browse the repository at this point in the history
  2. Add missing prop

    msathis committed May 10, 2021
    Configuration menu
    Copy the full SHA
    964b07d View commit details
    Browse the repository at this point in the history
  3. Add missing prop

    msathis committed May 10, 2021
    Configuration menu
    Copy the full SHA
    67a76bb View commit details
    Browse the repository at this point in the history
  4. Remove duplicated code

    msathis committed May 10, 2021
    Configuration menu
    Copy the full SHA
    6ebdbdc View commit details
    Browse the repository at this point in the history
  5. Fix tests & format

    msathis committed May 10, 2021
    Configuration menu
    Copy the full SHA
    9335a70 View commit details
    Browse the repository at this point in the history
  6. Fix clippy

    msathis committed May 10, 2021
    Configuration menu
    Copy the full SHA
    12a4964 View commit details
    Browse the repository at this point in the history
  7. Revert clippy fix

    msathis committed May 10, 2021
    Configuration menu
    Copy the full SHA
    3cb9e7b View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

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

Commits on May 13, 2021

  1. Update datafusion/src/execution/context.rs

    Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
    msathis and alamb committed May 13, 2021
    Configuration menu
    Copy the full SHA
    2fa094a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    261e769 View commit details
    Browse the repository at this point in the history