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

Pipeline-friendly Bounded Memory Window Executor #4777

Merged
merged 64 commits into from
Jan 4, 2023
Merged

Pipeline-friendly Bounded Memory Window Executor #4777

merged 64 commits into from
Jan 4, 2023

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    56db313 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    343fafb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfb6683 View commit details
    Browse the repository at this point in the history
  4. simplifications

    mustafasrepo committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    0a42315 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. partition by refactor (#28)

    * partition by refactor
    
    * minor changes
    
    * Unnecessary tuple to Range conversion is removed
    
    * move transpose under common
    mustafasrepo authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    c2a1593 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf7bd11 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    4cb7258 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbc30ab View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    aa4f739 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6309b01 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    d0d06de View commit details
    Browse the repository at this point in the history
  2. fix tests

    mustafasrepo committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    91629b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae451a4 View commit details
    Browse the repository at this point in the history
  4. Bounded window exec

    mustafasrepo committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    94c784b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c4bcb9 View commit details
    Browse the repository at this point in the history
  6. solve merge problems

    mustafasrepo committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    0068566 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Refactor to simplify code

    ozankabak committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    0e73945 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f145dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c63057f View commit details
    Browse the repository at this point in the history
  4. resolve merge conflicts

    mustafasrepo committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    838972c View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Configuration menu
    Copy the full SHA
    6d9a876 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2c7286 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b07621 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d62bbdc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2d2229 View commit details
    Browse the repository at this point in the history
  6. remove locked flag

    mustafasrepo committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    63d77a6 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Merge branch 'feature/sort_removal_rule' of https://github.com/synnad…

    …a-ai/arrow-datafusion into feature/sort_removal_rule
    
    # Conflicts:
    #	datafusion/physical-expr/src/aggregate/count.rs
    #	datafusion/physical-expr/src/aggregate/mod.rs
    #	datafusion/physical-expr/src/aggregate/sum.rs
    #	datafusion/physical-expr/src/window/aggregate.rs
    mustafasrepo committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    28075e6 View commit details
    Browse the repository at this point in the history
  2. address reviews

    mustafasrepo committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    ba388cb View commit details
    Browse the repository at this point in the history
  3. address reviews

    mustafasrepo committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    572a1a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa30d91 View commit details
    Browse the repository at this point in the history
  5. Resolve merge conflict

    mustafasrepo committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    af60aa9 View commit details
    Browse the repository at this point in the history
  6. address reviews

    mustafasrepo committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    ca711e4 View commit details
    Browse the repository at this point in the history
  7. address reviews

    mustafasrepo committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    eb97a5c View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. address reviews

    mustafasrepo committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    36394c0 View commit details
    Browse the repository at this point in the history
  2. Add new tests

    mustafasrepo committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    8b3d37f View commit details
    Browse the repository at this point in the history
  3. Update tests

    mustafasrepo committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    25af93c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b2b376 View commit details
    Browse the repository at this point in the history
  5. address reviews

    mustafasrepo committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    670fe32 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. rename sort rule

    mustafasrepo committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    3ea9eed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3892394 View commit details
    Browse the repository at this point in the history
  3. Resolve merge conflicts

    mustafasrepo committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    ca666e9 View commit details
    Browse the repository at this point in the history
  4. refactors

    mustafasrepo committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    73d99c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

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

Commits on Dec 29, 2022

  1. Configuration menu
    Copy the full SHA
    39564d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f73ba7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ac3847 View commit details
    Browse the repository at this point in the history
  4. address reviews

    mustafasrepo committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    3349edf View commit details
    Browse the repository at this point in the history
  5. undo yml change

    mustafasrepo committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    701c43e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b523b4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    28773ab View commit details
    Browse the repository at this point in the history
  8. resolve merge conflicts

    mustafasrepo committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    15d416a View commit details
    Browse the repository at this point in the history
  9. rename some members

    mustafasrepo committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    9ceb137 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Configuration menu
    Copy the full SHA
    8b9aa6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e13d6e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93b8d80 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

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

Commits on Jan 2, 2023

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

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    a5019c3 View commit details
    Browse the repository at this point in the history
  2. update cargo lock file

    mustafasrepo committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    ac2f248 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. address reviews

    mustafasrepo committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    0ca3889 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    516e512 View commit details
    Browse the repository at this point in the history
  3. update comments

    mustafasrepo committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    1e764dd View commit details
    Browse the repository at this point in the history
  4. resolve linter error

    mustafasrepo committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    28d68bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4b61c5 View commit details
    Browse the repository at this point in the history