Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

An API is any public class or interface exposed in Spark that is not marked as semi-private or experimental"developer API" or "experimental". Release A is API compatible with release B if code compiled against release A compiles cleanly against B. Currently, does not guarantee that a compiled application that is linked against version A will link cleanly against version B without re-compiling. Link-level compatibility is something we'll try to guarantee in future releases.