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: support reading Substrait plans with Window Functions #165

Merged
merged 7 commits into from
Aug 17, 2023

Commits on Aug 9, 2023

  1. refactor(pojos): avoid using raw proto enums in POJO layer

    BREAKING CHANGE: various public functions that took the
    AggregateFunction.AggregationInvocation proto now take the POJO
    equivalent Expression.AggregationInvocation.
    vbarua committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    833e666 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec1a8a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    121c3aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c93f826 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    418ad58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c65d6b View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. refactor: typo

    vbarua committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    033ff03 View commit details
    Browse the repository at this point in the history