presto icon indicating copy to clipboard operation
presto copied to clipboard

Upgrade Iceberg from 1.4.1 to 1.5.0

Open nastra opened this issue 1 year ago • 3 comments

Description

This bumps Apache Iceberg from 1.4.3 to 1.5.0

== RELEASE NOTES ==

Iceberg Changes
* Upgrade Iceberg version from 1.4.3 to 1.5.0

Note that this currently points to Iceberg 1.5.0 RC0. Once the official release is out, I'll remove usage of the RC repository

nastra avatar Feb 19 '24 13:02 nastra

Nit: following the Order of changes in the release note guidelines, suggest changing the release note entry from Update to Upgrade.

steveburnett avatar Feb 19 '24 14:02 steveburnett

There's one unrelated CI failure:

2024-02-21T17:07:51.8918624Z [ERROR] com.facebook.presto.execution.resourceGroups.db.TestDistributedQueuesDb.testResourceGroupConcurrencyThreshold  Time elapsed: 0.048 s  <<< FAILURE!
2024-02-21T17:07:51.8922653Z org.testng.internal.thread.ThreadTimeoutException: Method com.facebook.presto.execution.resourceGroups.db.TestDistributedQueuesDb.testResourceGroupConcurrencyThreshold() didn't finish within the time-out 60000
2024-02-21T17:07:51.8926010Z 	at org.testng.internal.invokers.MethodInvocationHelper.invokeWithTimeoutWithNoExecutor(MethodInvocationHelper.java:347)
2024-02-21T17:07:51.8928169Z 	at org.testng.internal.invokers.MethodInvocationHelper.invokeWithTimeout(MethodInvocationHelper.java:294)
2024-02-21T17:07:51.8929987Z 	at org.testng.internal.invokers.TestInvoker.invokeMethod(TestInvoker.java:679)
2024-02-21T17:07:51.8931662Z 	at org.testng.internal.invokers.TestInvoker.invokeTestMethod(TestInvoker.java:220)
2024-02-21T17:07:51.8933311Z 	at org.testng.internal.invokers.MethodRunner.runInSequence(MethodRunner.java:50)
2024-02-21T17:07:51.8935072Z 	at org.testng.internal.invokers.TestInvoker$MethodInvocationAgent.invoke(TestInvoker.java:945)
2024-02-21T17:07:51.8936754Z 	at org.testng.internal.invokers.TestInvoker.invokeTestMethods(TestInvoker.java:193)
2024-02-21T17:07:51.8938231Z 	at org.testng.internal.invokers.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:146)
2024-02-21T17:07:51.8939661Z 	at org.testng.internal.invokers.TestMethodWorker.run(TestMethodWorker.java:128)
2024-02-21T17:07:51.8940989Z 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2024-02-21T17:07:51.8942452Z 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2024-02-21T17:07:51.8943422Z 	at java.lang.Thread.run(Thread.java:750)

nastra avatar Feb 22 '24 06:02 nastra

There's one unrelated CI failure:

I looked at the specific test that had failed, noticed that "rerun failed tests" was enabled for the specific failure, and re-ran it in case it was an intermittent failure. Now showing "All checks have passed".

steveburnett avatar Feb 22 '24 16:02 steveburnett

This should be ready for review as Iceberg 1.5.0 has been officially released now: https://iceberg.apache.org/releases/#150-release

nastra avatar Mar 12 '24 10:03 nastra