OpenMetadata
OpenMetadata copied to clipboard
Fix deltalake test
We are skipping the deltalake test since Spark does not support Java 21 which is running on our CI pipelines.
This was decided to unblock the PRs that need to be merged while maintaining the rests of the tests.
Either we need to upgrade Spark and check compatibility or change our CI environment.
It seems that Spark does not support Java 21, but the version we were using wasn't supporting Java 17 either, so it could still work.