rdblue commented on a change in pull request #27:
URL: https://github.com/apache/iceberg-docs/pull/27#discussion_r799909736



##########
File path: landing-page/content/common/releases/release-notes.md
##########
@@ -62,10 +66,115 @@ To add a dependency on Iceberg in Maven, add the following 
to your `pom.xml`:
 </dependencies>
 ```
 
-## 0.12.1 Release Notes
+## 0.13.0 Release Notes
+
+Apache Iceberg 0.13.0 was released on February 4th, 2022.
+
+**High-level features:**
+
+* **Core**
+  * Partition spec ID (`spec_id`) is added to the `data_files` spec and can be 
queried in related metadata tables 
[[\#3015](https://github.com/apache/iceberg/pull/3015)]
+  * ORC delete file write support is added 
[[\#3248](https://github.com/apache/iceberg/pull/3248)] 
[[\#3250](https://github.com/apache/iceberg/pull/3250)] 
[[\#3366](https://github.com/apache/iceberg/pull/3366)]
+  * Catalog caching now supports cache expiration through catalog property 
`cache.expiration-interval-ms` 
[[\#3543](https://github.com/apache/iceberg/pull/3543)]
+  * Legacy Parquet tables (e.g. produced by `ParquetHiveSerDe` or Spark 
`spark.sql.parquet.writeLegacyFormat=true` and migrated to Iceberg) are fully 
supported [[\#3723](https://github.com/apache/iceberg/pull/3723)]
+  * `NOT_STARTS_WITH` expression support is added to improve Iceberg 
predicate-pushdown query performance 
[[\#2062](https://github.com/apache/iceberg/pull/2062)]
+  * Hadoop catalog now supports atomic commit using a pessimistic lock manager 
[[\#3663](https://github.com/apache/iceberg/pull/3663)]

Review comment:
       I wouldn't say the lock manager is pessimistic. Yes, it is an exclusive 
lock... but pessimistic/optimistic is more about how Iceberg behaves to most 
readers and we still commit optimistically and will retry if the commit fails.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to