OpenMetadata icon indicating copy to clipboard operation
OpenMetadata copied to clipboard

Fix deltalake test

Open IceS2 opened this issue 5 months ago • 0 comments

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.

IceS2 avatar Jun 12 '25 17:06 IceS2