opensearch-project / opensearch-spark

Spark Accelerator framework ; It enables secondary indices to remote data stores.
Apache License 2.0
14 stars 23 forks source link

[FEATURE] Support Spark 3.5 #352

Open dai-chen opened 4 months ago

dai-chen commented 4 months ago

Is your feature request related to a problem?

Support Spark 3.5.1

What solution would you like?

Upgrade Spark version to 3.5.1 and make sure no functional or performance regression.

What alternatives have you considered?

Do you have any additional context?

N/A

dai-chen commented 4 months ago

Some issues and IT failure were tracked and fixed in https://github.com/opensearch-project/opensearch-spark/issues/331.

dai-chen commented 4 months ago

Cut feature branch for Spark 3.5.1 from previous 3.4.1 branch: https://github.com/opensearch-project/opensearch-spark/tree/spark-3.5.1.

Note that both feature branches are only for testing which may miss later commits from 0.4 branch. Eventually we should raise a consolidate PR to main branch first and then back port to 0.4 branch to release.