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

Make create_temporary_dir work with pyspark-extension only #222

Merged
merged 2 commits into from
Jan 4, 2024

Conversation

EnricoMi
Copy link
Contributor

@EnricoMi EnricoMi commented Jan 4, 2024

Calling create_temporary_dir and install_pip_package (which uses the former) can now be called in Python without the need to have the spark-extension jar in the classpath. This allows using those methods with only pyspark-extension installed.

Copy link

github-actions bot commented Jan 4, 2024

Test Results

   618 files  ±0     618 suites  ±0   1h 41m 50s ⏱️ -37s
   494 tests ±0     494 ✅ ±0   0 💤 ±0  0 ❌ ±0 
18 800 runs  ±0  18 736 ✅ ±0  64 💤 ±0  0 ❌ ±0 

Results for commit 724abdc. ± Comparison against base commit 663aef4.

♻️ This comment has been updated with latest results.

Calling create_temporary_dir and install_pip_package (which uses the former) can now be called
in Python without the need to have the spark-extension jar in the classpath. This allows using
those methods with only pyspark-extension installed.
@EnricoMi EnricoMi merged commit 64dfc1e into master Jan 4, 2024
91 checks passed
@EnricoMi EnricoMi deleted the temp-dir-spark-only branch January 4, 2024 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant