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
Is your feature request related to a problem? Please describe.
Spark 3.4.0 was released in April. This version is now trickling into Bitnami and other Spark images, so we need to support it soon.
Describe the solution you'd like
The daily tests are already failing with the latest Bitnami image using Spark 3.4.0 (see #547). We need to investigate what has changed and make code changes to be compatible with 3.4.0, while maintaining compatibility with previous Spark versions.
The text was updated successfully, but these errors were encountered:
The best way to test what changed in Spark 3.4.0 would be to update docker-compose.yml to use the latest Bitnami Spark image, and recreate the dev Docker environment. Then run the unit tests and functional tests locally (and the examples for completeness).
When Spark 3.4.0 is supported, the test matrices and README under .github/workflows should be updated. And the default version in docker-compose.yml to use the latest supported version. As well, the supported versions advertised by the badge and elsewhere in README.md and other docs should be updated.
Is your feature request related to a problem? Please describe.
Spark 3.4.0 was released in April. This version is now trickling into Bitnami and other Spark images, so we need to support it soon.
Describe the solution you'd like
The daily tests are already failing with the latest Bitnami image using Spark 3.4.0 (see #547). We need to investigate what has changed and make code changes to be compatible with 3.4.0, while maintaining compatibility with previous Spark versions.
The text was updated successfully, but these errors were encountered: