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
When specifying SCALA_VERSION=2.12, the setup downloads dependencies according to the previously installed Spark version. However, since Spark is at the core of Starlake, it would be better to ensure that the downloaded dependencies are always compatible with the installed Spark version, rather than requiring manual configuration.
Would it be possible to improve this dependency resolution to avoid version mismatches?