prestodb / presto

The official home of the Presto distributed SQL query engine for big data
http://prestodb.io
Apache License 2.0
15.75k stars 5.28k forks source link

Backport https://github.com/prestodb/presto/pull/22926 into 0.285, 0.286 and 0.287 #23011

Open wanglinsong opened 2 weeks ago

wanglinsong commented 2 weeks ago

https://github.com/prestodb/presto/pull/22926 CC @tdcmeehan

wanglinsong commented 5 days ago

@tdcmeehan which release to patch first?

tdcmeehan commented 5 days ago

We can start backwards from 0.285

wanglinsong commented 4 days ago

➜ presto git:(release-0.285) ✗ git cherry-pick 9bce03a8d2804a40741390aae4d5107a0c08f5dc

wanglinsong commented 4 days ago
➜  presto git:(release-0.285) ✗ git cherry-pick 9bce03a8d2804a40741390aae4d5107a0c08f5dc

Auto-merging presto-iceberg/src/main/java/com/facebook/presto/iceberg/IcebergAbstractMetadata.java
CONFLICT (content): Merge conflict in presto-iceberg/src/main/java/com/facebook/presto/iceberg/IcebergAbstractMetadata.java
Auto-merging presto-iceberg/src/test/java/com/facebook/presto/iceberg/IcebergDistributedSmokeTestBase.java
error: could not apply 9bce03a8d2... Disable timestamp with time zone type on create & alter table for iceberg tables.