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

Spark list hashing #11292

Merged
merged 48 commits into from
Jul 28, 2022
Merged

Spark list hashing #11292

merged 48 commits into from
Jul 28, 2022

Commits on Jun 28, 2022

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

Commits on Jul 7, 2022

  1. Improve test.

    bdice committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    5632e7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d721597 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

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

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    6e55198 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95f25cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac21705 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4106aef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca8557d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    703956f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a98c130 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    659bca9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fcca18a View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Clean up.

    bdice committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    189f3bf View commit details
    Browse the repository at this point in the history
  2. Fix bug in test (wrong index).

    bdice committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    ee754a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b163b49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    387390a View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

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

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    2218338 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bad0b5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d30d2c View commit details
    Browse the repository at this point in the history
  4. clang-format

    bdice committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    4fee0f8 View commit details
    Browse the repository at this point in the history
  5. Switch back to template parameter so the device row hasher matches th…

    …e template template parameter needed upstream.
    bdice committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    1194723 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    bec00fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee6cfda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    873452c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2826655 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Fix copyright.

    Co-authored-by: Vyas Ramasubramani <vyas.ramasubramani@gmail.com>
    bdice and vyasr authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    3e70ac5 View commit details
    Browse the repository at this point in the history
  2. Add test for structs of lists.

    bdice committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    c4586f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    481ac82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f75acf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e179a4c View commit details
    Browse the repository at this point in the history
  6. Use spark_hash_value_type.

    bdice committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    f057bc6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    929c589 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    64727c9 View commit details
    Browse the repository at this point in the history
  9. Improve comment.

    bdice committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    248cfaa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f90af13 View commit details
    Browse the repository at this point in the history
  11. Use spark_hash_value_type more consistently, and enforce that null ha…

    …sh values are always the seed.
    bdice committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    4a80876 View commit details
    Browse the repository at this point in the history
  12. Added developer documentation.

    bdice committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    5be3ea0 View commit details
    Browse the repository at this point in the history
  13. Use list initialization.

    bdice committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    cf6f6cd View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. add list test

    rwlee committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    6475517 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c0a1fb View commit details
    Browse the repository at this point in the history
  3. nested struct java test

    rwlee committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    028b0bc View commit details
    Browse the repository at this point in the history
  4. Remove deleted constructor.

    bdice committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    5d05984 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9281aee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa50d2c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ef0ad3b View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

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