opensearch-project / opensearch-spark

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

Bump Flint version to 0.4.1 #360

Closed dai-chen closed 1 month ago

dai-chen commented 1 month ago

Description

Bumped Flint version to 0.4.1. Ref: https://github.com/opensearch-project/opensearch-spark/pull/343

Testing:

$ sbt clean assembly
$ find . -name "*-0.4.0-SNAPSHOT.jar"

$ find . -name "*-0.4.1-SNAPSHOT.jar"
./integ-test/target/scala-2.12/integ-test-assembly-0.4.1-SNAPSHOT.jar
./spark-sql-application/target/scala-2.12/sql-job-assembly-0.4.1-SNAPSHOT.jar
./flint-spark-integration/target/scala-2.12/flint-spark-integration-assembly-0.4.1-SNAPSHOT.jar
./ppl-spark-integration/target/scala-2.12/ppl-spark-integration-assembly-0.4.1-SNAPSHOT.jar

Issues Resolved

N/A

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.