Skip to content

Commit

Permalink
fix iceberg vendor build (OpenLineage#3269)
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Leszczynski <[email protected]>
  • Loading branch information
pawel-big-lebowski authored Nov 22, 2024
1 parent c452560 commit 7e0417d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions integration/spark/vendor/iceberg/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ ext {
micrometerVersion = '1.13.6'

icebergLookup = [
'3.1.3': '1.3.1',
'3.2.4': '1.4.3',
'3.3.4': '1.5.2',
'3.4.3': '1.6.0',
'3.5.2': '1.7.0',
'4.0.0': '1.7.0'
'3.1': '1.3.1',
'3.2': '1.4.3',
'3.3': '1.5.2',
'3.4': '1.6.0',
'3.5': '1.7.0',
'4.0': '1.7.0'
]

sparkProp = project.findProperty('spark.version').toString()
Expand All @@ -29,7 +29,7 @@ ext {
scala = project.findProperty('scala.binary.version').toString()
scalaFmt = scala.replace(".", "")

icebergVersion = icebergLookup[spark]
icebergVersion = icebergLookup[series]

activeRuntimeElementsConfiguration = "scala${scalaFmt}RuntimeElements"
}
Expand Down

0 comments on commit 7e0417d

Please sign in to comment.