-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
2 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters