You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
We need to be able to support multiple Spark versions to avoid painful upgrades
Solution
Create build profiles capturing dependencies of a particular Spark version. Add a Shim library with the stable facade translating API's that change let us say from 2.3.2 to 2.4. x to 3.x
Alternatives
continue being in lock step with Spark and suffer
Additional context
Support for wider variety of users with differing pace of Spark version adoption
The text was updated successfully, but these errors were encountered:
Frameless intentionally does not have a compile dependency on Spark. This essentially allows you to use any version of Frameless with any version of Spark.
Since the 0.9.x release, Frameless is compiled only against Scala 2.12.x.
Problem
We need to be able to support multiple Spark versions to avoid painful upgrades
Solution
Alternatives
continue being in lock step with Spark and suffer
Additional context
Support for wider variety of users with differing pace of Spark version adoption
The text was updated successfully, but these errors were encountered: