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

Cache before partitioned-write, provide unpersist handle #124

Merged
merged 3 commits into from
Oct 26, 2022

Conversation

EnricoMi
Copy link
Contributor

This works around SPARK-40588.

@github-actions
Copy link

github-actions bot commented Oct 26, 2022

Test Results

   144 files  ±    0     144 suites  ±0   22m 9s ⏱️ +55s
   351 tests +  19     351 ✔️ +  19  0 💤 ±0  0 ±0 
4 574 runs  +266  4 574 ✔️ +266  0 💤 ±0  0 ±0 

Results for commit d595b78. ± Comparison against base commit 74c8075.

This pull request removes 1 and adds 20 tests. Note that renamed tests count towards both.
uk.co.gresearch.spark.SparkSuite ‑ UnpersistHandle does unpersit set DataFrame
uk.co.gresearch.spark.SparkSuite ‑ NoopUnpersistHandle does not unpersist set DataFrame with StorageLevel(1 replicas)
uk.co.gresearch.spark.SparkSuite ‑ NoopUnpersistHandle does not unpersist set DataFrame with StorageLevel(disk, 1 replicas)
uk.co.gresearch.spark.SparkSuite ‑ NoopUnpersistHandle does not unpersist set DataFrame with StorageLevel(disk, memory, deserialized, 1 replicas)
uk.co.gresearch.spark.SparkSuite ‑ NoopUnpersistHandle does not unpersist set DataFrame with StorageLevel(memory, deserialized, 1 replicas)
uk.co.gresearch.spark.SparkSuite ‑ SilentUnpersistHandle does not throw on unpersist if no DataFrame is set
uk.co.gresearch.spark.SparkSuite ‑ SilentUnpersistHandle does not throw on unpersist with blocking if no DataFrame is set
uk.co.gresearch.spark.SparkSuite ‑ SilentUnpersistHandle does unpersist set DataFrame with StorageLevel(1 replicas)
uk.co.gresearch.spark.SparkSuite ‑ SilentUnpersistHandle does unpersist set DataFrame with StorageLevel(disk, 1 replicas)
uk.co.gresearch.spark.SparkSuite ‑ SilentUnpersistHandle does unpersist set DataFrame with StorageLevel(disk, memory, deserialized, 1 replicas)
uk.co.gresearch.spark.SparkSuite ‑ SilentUnpersistHandle does unpersist set DataFrame with StorageLevel(memory, deserialized, 1 replicas)
…

♻️ This comment has been updated with latest results.

@EnricoMi EnricoMi merged commit 5786959 into master Oct 26, 2022
@EnricoMi EnricoMi deleted the branch-cache-before-partitioned-write branch October 26, 2022 11:46
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.

1 participant