AbsaOSS / spark-commons

Apache License 2.0
7 stars 0 forks source link

Implement `DataFrame.cacheIfNot` #30

Closed benedeki closed 2 years ago

benedeki commented 2 years ago

Background

When calling the cache method of DataFrame repeatedly, it spits out an annoying warning.

Feature

Implement a method performing a similar function as cache without the warning.