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

Strict window frame checks #15746

Merged
merged 10 commits into from
Feb 2, 2024
Merged

Commits on Jan 23, 2024

  1. Strict window frame checks

    * introduce check to ensure that window frame is supported
      * currently RANGE frames are only supported correctly if both endpoints are unbounded or current row
    * add `windowingStrictValidation` context key to provide a way to override the check
    kgyrtkirk committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    9c77b98 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

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

    kgyrtkirk committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    4f3916f View commit details
    Browse the repository at this point in the history
  3. fix stuff/etc

    kgyrtkirk committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    e21c950 View commit details
    Browse the repository at this point in the history
  4. update message

    kgyrtkirk committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    319b79f View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. add disabled test

    kgyrtkirk committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    b22181a View commit details
    Browse the repository at this point in the history
  2. add expression check

    kgyrtkirk committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    c6969ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8662d5 View commit details
    Browse the repository at this point in the history
  4. remove testcase

    kgyrtkirk committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    6da8c4e View commit details
    Browse the repository at this point in the history
  5. remove unneccessary format

    kgyrtkirk committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    ea9f61f View commit details
    Browse the repository at this point in the history