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

Change one additional_input_at_end to many streams in ParallelInputsProcessor #5274

Merged
merged 22 commits into from
Jul 8, 2022

Commits on Jul 1, 2022

  1. speed up agg with right join

    Signed-off-by: gengliqi <gengliqiii@gmail.com>
    gengliqi committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    33d33c6 View commit details
    Browse the repository at this point in the history
  2. fix

    Signed-off-by: gengliqi <gengliqiii@gmail.com>
    gengliqi committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    f3ef670 View commit details
    Browse the repository at this point in the history
  3. call OnFinish even if finish is true

    Signed-off-by: gengliqi <gengliqiii@gmail.com>
    gengliqi committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    858f851 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. tiny fix

    Signed-off-by: gengliqi <gengliqiii@gmail.com>
    gengliqi committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    5659b00 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. address comment

    Signed-off-by: gengliqi <gengliqiii@gmail.com>
    gengliqi committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    87117cb View commit details
    Browse the repository at this point in the history
  2. use mpmcqueue as available_inputs

    Signed-off-by: gengliqi <gengliqiii@gmail.com>
    gengliqi committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    3753603 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. refine code

    Signed-off-by: gengliqi <gengliqiii@gmail.com>
    gengliqi committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    3fc1230 View commit details
    Browse the repository at this point in the history
  2. update UnionBlockInputStream

    Signed-off-by: gengliqi <gengliqiii@gmail.com>
    gengliqi committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    82a5095 View commit details
    Browse the repository at this point in the history
  3. tiny fix

    Signed-off-by: gengliqi <gengliqiii@gmail.com>
    gengliqi committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    b44539c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4125552 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. fix tests

    Signed-off-by: gengliqi <gengliqiii@gmail.com>
    gengliqi committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    bbf43e0 View commit details
    Browse the repository at this point in the history
  2. address comments

    Signed-off-by: gengliqi <gengliqiii@gmail.com>
    gengliqi committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    5637288 View commit details
    Browse the repository at this point in the history
  3. add interpreter test

    Signed-off-by: gengliqi <gengliqiii@gmail.com>
    gengliqi committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    6ecf88d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7834eb7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a3e0099 View commit details
    Browse the repository at this point in the history
  6. unprepared_inputs use MPMCQueue as well

    Signed-off-by: gengliqi <gengliqiii@gmail.com>
    gengliqi committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    f0d1f93 View commit details
    Browse the repository at this point in the history
  7. add sum

    Signed-off-by: gengliqi <gengliqiii@gmail.com>
    gengliqi committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    fa00bd0 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. address comment

    Signed-off-by: gengliqi <gengliqiii@gmail.com>
    gengliqi committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    5e1cfa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01de389 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6407ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb913a1 View commit details
    Browse the repository at this point in the history
  5. fix dag & select interpreter

    Signed-off-by: gengliqi <gengliqiii@gmail.com>
    gengliqi committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    11367da View commit details
    Browse the repository at this point in the history