Skip to content

Commit 7c099cf

Browse files
authored
Test Apache Iceberg 1.9.0 RC2 (#220)
* Test Apache Iceberg 1.9.0 RC2 * Syntax * Bump to release
1 parent aac6f06 commit 7c099cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spark/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ WORKDIR ${SPARK_HOME}
4444

4545
ENV SPARK_VERSION=3.5.5
4646
ENV SPARK_MAJOR_VERSION=3.5
47-
ENV ICEBERG_VERSION=1.8.1
47+
ENV ICEBERG_VERSION=1.9.0
4848

4949
# Download spark
5050
RUN mkdir -p ${SPARK_HOME} \

spark/notebooks/Iceberg - An Introduction to the Iceberg Java API using Scala.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@
417417
"val dataWriter: DataWriter[GenericRecord] =\n",
418418
" Parquet.writeData(file)\n",
419419
" .schema(schema)\n",
420-
" .createWriterFunc(GenericParquetWriter.buildWriter)\n",
420+
" .createWriterFunc(GenericParquetWriter.buildWriter(_))\n",
421421
" .overwrite()\n",
422422
" .withSpec(PartitionSpec.unpartitioned())\n",
423423
" .build()\n",

0 commit comments

Comments
 (0)