Skip to content

Commit 0bc8365

Browse files
authored
Merge pull request #33 from Affirm/danielcagney/affirm-4
Patch Iceberg Client to Prevent Table Metadata Corruption
2 parents dcbbeb6 + 79b2a21 commit 0bc8365

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@
440440
<dependency>
441441
<groupId>org.apache.iceberg</groupId>
442442
<artifactId>iceberg-spark-runtime-3.5_2.12</artifactId>
443-
<version>${iceberg.version}-PATCH</version>
443+
<version>${iceberg.version}-PATCH.1</version>
444444
<scope>runtime</scope>
445445
</dependency>
446446
<dependency>

python/pyspark/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# See the License for the specific language governing permissions and
1717
# limitations under the License.
1818

19-
__version__: str = "2815!3.5.4+affirm.3"
19+
__version__: str = "2815!3.5.4+affirm.4"

0 commit comments

Comments
 (0)