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

Fix spark fixture #1698

Merged
merged 1 commit into from
Nov 6, 2023
Merged

Fix spark fixture #1698

merged 1 commit into from
Nov 6, 2023

Commits on Nov 6, 2023

  1. SparkTestHelper remove spark dependency

    if `test_helpers` depends on the `spark` fixture, then this gets created whenever we request the `test_helpers` fixture, which is slow. Now both `test_helpers` and `spark` fixture use a helper function, with the upshot that `spark` is only created in `test_helpers` whenever `SparkTestHelper` is instantiated
    ADBond committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    70aacc2 View commit details
    Browse the repository at this point in the history