Add release notes for 0.12.0#2973
Conversation
| To use Iceberg in Spark, download the runtime JAR and add it to the jars folder of your Spark install. Use iceberg-spark3-runtime for Spark 3, and iceberg-spark-runtime for Spark 2.4. | ||
|
|
||
| To use Iceberg in Hive, download the iceberg-hive-runtime Jar and add it to Hive using `ADD JAR`. | ||
| To use Iceberg in Hive, download the iceberg-hive-runtime JAR and add it to Hive using `ADD JAR`. |
There was a problem hiding this comment.
JAR, just like JDBC, is supposed to be capitalized.
beb9a7f to
e0ca3ac
Compare
|
Yea and on that note, I'm not sure if we need to change flink.md to mention Flink version 1.12.1 as well (as it mentions the only supported version is 1.11)? |
e0ca3ac to
a8ff4c2
Compare
|
@hankfanchiu I added the dependency upgrade info to the release notes. Please take a look. |
| * Added a new, more flexible compaction action for Spark that can support different strategies such as bin packing and sorting. [[\#2501](https://github.com/apache/iceberg/pull/2501), [\#2609](https://github.com/apache/iceberg/pull/2609)]. | ||
| * Added the ability to upgrade to v2 or create a v2 table using the table property format-version=2 [[\#2887](https://github.com/apache/iceberg/pull/2887)]. | ||
| * **Spark** | ||
| * [[\#2560](https://github.com/apache/iceberg/pull/2560)] added extensions DDL to set identifier fields. |
There was a problem hiding this comment.
also added extension DDL to replace partition field, not sure if it's worth mentioning separately (#2365)
There was a problem hiding this comment.
Added. Thanks for the review @jackye1995
jackye1995
left a comment
There was a problem hiding this comment.
overall looks good to me!
a8ff4c2 to
adc5ccd
Compare
Notes for the 0.12.0 release.