Skip to content

Commit

Permalink
support Spark 3.3.1 version
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Leszczynski <leszczynski.pawel@gmail.com>
  • Loading branch information
pawel-big-lebowski committed Oct 27, 2022
1 parent 28eb919 commit c0972f7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .circleci/workflows/openlineage-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ workflows:
- build-integration-spark:
matrix:
parameters:
spark-version: [ '2.4.6', '3.1.3', '3.2.2', '3.3.0' ]
spark-version: [ '2.4.6', '3.1.3', '3.2.2', '3.3.1' ]
- integration-test-integration-spark:
matrix:
parameters:
spark-version: [ '2.4.6', '3.1.3', '3.2.2', '3.3.0' ]
spark-version: [ '2.4.6', '3.1.3', '3.2.2', '3.3.1' ]
requires:
- build-integration-spark
- publish-snapshot-integration-spark:
Expand Down
2 changes: 1 addition & 1 deletion integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
|Apache Airflow|2.1.*, 2.2.*, 2.3.*|https://github.com/apache/airflow/releases|[README](./airflow/README.md)|Support for Airflow 1.x is deprecated and will be discontinued after September 30th, 2022|
|Dagster|0.13.8+|https://github.com/dagster-io/dagster/releases|[README](./dagster/README.md)| |
|dbt|0.20+, 1.3|https://github.com/dbt-labs/dbt-core/releases|[README](./dbt/README.md)| |
|Apache Spark|2.4.6, 3.1.2, 3.2.1+, 3.3.0|https://github.com/apache/spark/tags|[README](./spark/README.md)| |
|Apache Spark|2.4.6, 3.1.2, 3.2.1+, 3.3.1|https://github.com/apache/spark/tags|[README](./spark/README.md)| |
|Apache Flink|1.14.5, 1.15.1|https://github.com/apache/flink/tags|[README](./spark/README.md)| Flink support is currently experimental |

2 changes: 1 addition & 1 deletion integration/spark/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jdk8.build=true
version=0.16.0-SNAPSHOT
spark.version=3.3.0
spark.version=3.3.1
org.gradle.jvmargs=-Xmx1G
2 changes: 1 addition & 1 deletion integration/spark/spark33/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repositories {
archivesBaseName='openlineage-spark-spark3'

ext {
sparkVersion = '3.3.0'
sparkVersion = '3.3.1'
jacksonVersion = '2.10.0'
lombokVersion = '1.18.20'
}
Expand Down

0 comments on commit c0972f7

Please sign in to comment.