Skip to content

Commit 0871c0d

Browse files
committed
Merge branch 'main' of github.com:apache/iceberg-python into fd-rust
2 parents 9a61e63 + 411526a commit 0871c0d

6 files changed

Lines changed: 84 additions & 82 deletions

File tree

.github/workflows/pypi-build-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
if: startsWith(matrix.os, 'ubuntu')
6363

6464
- name: Build wheels
65-
uses: pypa/cibuildwheel@v3.1.4
65+
uses: pypa/cibuildwheel@v3.2.0
6666
with:
6767
output-dir: wheelhouse
6868
config-file: "pyproject.toml"

.github/workflows/svn-build-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
if: startsWith(matrix.os, 'ubuntu')
5858

5959
- name: Build wheels
60-
uses: pypa/cibuildwheel@v3.1.4
60+
uses: pypa/cibuildwheel@v3.2.0
6161
with:
6262
output-dir: wheelhouse
6363
config-file: "pyproject.toml"

dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ WORKDIR ${SPARK_HOME}
3939
ENV SPARK_VERSION=3.5.6
4040
ENV SCALA_VERSION=2.12
4141
ENV ICEBERG_SPARK_RUNTIME_VERSION=3.5_${SCALA_VERSION}
42-
ENV ICEBERG_VERSION=1.9.2
42+
ENV ICEBERG_VERSION=1.10.0
4343
ENV PYICEBERG_VERSION=0.10.0
4444
ENV HADOOP_VERSION=3.3.4
4545
ENV AWS_SDK_VERSION=1.12.753

0 commit comments

Comments
 (0)