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

Wrap scalar generation into spark session in integration test #9405

Merged
merged 7 commits into from
Oct 18, 2023

Commits on Oct 9, 2023

  1. add negative scale config before calling lit

    Signed-off-by: Haoyang Li <haoyangl@nvidia.com>
    thirtiseven committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    b9aadf1 View commit details
    Browse the repository at this point in the history
  2. warp gen scalars with a spark session

    Signed-off-by: Haoyang Li <haoyangl@nvidia.com>
    thirtiseven committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    c48f8f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. change every use of scalar gen to wrap them into a spark session

    Signed-off-by: Haoyang Li <haoyangl@nvidia.com>
    thirtiseven committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    ecdb851 View commit details
    Browse the repository at this point in the history
  2. clean up

    Signed-off-by: Haoyang Li <haoyangl@nvidia.com>
    thirtiseven committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    84712e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Update integration_tests/README.md

    Co-authored-by: Jason Lowe <jlowe@nvidia.com>
    thirtiseven and jlowe authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    808bc25 View commit details
    Browse the repository at this point in the history
  2. address comments

    Signed-off-by: Haoyang Li <haoyangl@nvidia.com>
    thirtiseven committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    3c43343 View commit details
    Browse the repository at this point in the history
  3. move f.lit into spark session

    Signed-off-by: Haoyang Li <haoyangl@nvidia.com>
    thirtiseven committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    815f85c View commit details
    Browse the repository at this point in the history