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

Implement ExistenceJoin Iterator using an auxiliary left semijoin #4796

Commits on Feb 9, 2022

  1. wip

    gerashegalov committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    a080f9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf135d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

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

Commits on Feb 16, 2022

  1. wip

    gerashegalov committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    deba9a1 View commit details
    Browse the repository at this point in the history
  2. wip

    gerashegalov committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    664ba4e View commit details
    Browse the repository at this point in the history
  3. Use verboseStringWithSuffix(1000) for TreeNode match

    Signed-off-by: Gera Shegalov <gera@apache.org>
    gerashegalov committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    a5da440 View commit details
    Browse the repository at this point in the history
  4. Use Scala Int.MinValue

    Signed-off-by: Gera Shegalov <gera@apache.org>
    gerashegalov committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    b55a3e1 View commit details
    Browse the repository at this point in the history
  5. config.md update for spark.rapids.sql.join.existence.enabled

    Signed-off-by: Gera Shegalov <gera@apache.org>
    gerashegalov committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    6293dc1 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/branch-22.04' into gerashegalov/…

    …issue589-gathermap-as-an-existence-column
    gerashegalov committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    8c9597b View commit details
    Browse the repository at this point in the history
  7. undo buildall changes

    gerashegalov committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    2517f73 View commit details
    Browse the repository at this point in the history
  8. restore whitespace

    gerashegalov committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    193dbac View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

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

Commits on Feb 18, 2022

  1. semijoin-based implementation

    Signed-off-by: Gera Shegalov <gera@apache.org>
    gerashegalov committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    1c332ec View commit details
    Browse the repository at this point in the history
  2. undo cosmetic change

    gerashegalov committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    a02992e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e6bfcd View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. test updates

    gerashegalov committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    e333159 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. draft

    gerashegalov committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    89c9a0e View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Merge remote-tracking branch 'origin/branch-22.04' into gerashegalov/…

    …issue589-gathermap-as-an-existence-column
    gerashegalov committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    f4fe704 View commit details
    Browse the repository at this point in the history
  2. undo gatherer changes

    gerashegalov committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    465a957 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. mem leaks fixed

    gerashegalov committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    1a44866 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    baea237 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    29704bf View commit details
    Browse the repository at this point in the history
  2. mnemonic test ids

    gerashegalov committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    b19c98f View commit details
    Browse the repository at this point in the history
  3. refactoring

    gerashegalov committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    2948a66 View commit details
    Browse the repository at this point in the history
  4. comment fix

    gerashegalov committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    6d55b6a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. wip

    gerashegalov committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    a700f33 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    67d8616 View commit details
    Browse the repository at this point in the history
  2. undo import py

    gerashegalov committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    e4c0a40 View commit details
    Browse the repository at this point in the history
  3. undo explain

    gerashegalov committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    3a5a173 View commit details
    Browse the repository at this point in the history
  4. undo explain

    gerashegalov committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    2f88244 View commit details
    Browse the repository at this point in the history
  5. fixe bhj test id

    gerashegalov committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    5393301 View commit details
    Browse the repository at this point in the history
  6. Update comment in join_test.py

    Co-authored-by: Jason Lowe <jlowe@nvidia.com>
    gerashegalov and jlowe authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    02b037c View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. review comments

    gerashegalov committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    9f2ed60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df4ad01 View commit details
    Browse the repository at this point in the history