Skip to content

Add release notes for 0.12.0 - #2973

Merged
cwsteinbach merged 1 commit into
apache:masterfrom
cwsteinbach:release-notes-0.12.0
Aug 17, 2021
Merged

Add release notes for 0.12.0#2973
cwsteinbach merged 1 commit into
apache:masterfrom
cwsteinbach:release-notes-0.12.0

Conversation

@cwsteinbach

Copy link
Copy Markdown
Contributor

Notes for the 0.12.0 release.

Comment threadsite/docs/releases.md
Comment threadsite/docs/releases.md Outdated
Comment threadsite/docs/releases.md Outdated
Comment threadsite/docs/releases.md Outdated
Comment threadsite/docs/releases.md
Comment threadsite/docs/releases.md
Comment threadsite/docs/releases.md Outdated
Comment threadsite/docs/releases.md
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`.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need for these changes.

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JAR, just like JDBC, is supposed to be capitalized.

@hankfanchiu

Copy link
Copy Markdown

Would we also want to list any dependency updates, e.g. Hive 2.3.8 (#2110), Avro 1.10.1 (#1648), and Parquet 1.12.0 (#2441)?

@szehon-ho

Copy link
Copy Markdown
Member

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)?

@cwsteinbach

Copy link
Copy Markdown
ContributorAuthor

@hankfanchiu I added the dependency upgrade info to the release notes. Please take a look.
@szehon-ho I think the changes to the Flink docs should be done in a separate patch since they're not part of the release notes.

Comment threadsite/docs/releases.md
* 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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also added extension DDL to replace partition field, not sure if it's worth mentioning separately (#2365)

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added. Thanks for the review @jackye1995

@jackye1995jackye1995 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

overall looks good to me!

@cwsteinbach
cwsteinbach merged commit 77436c3 into apache:masterAug 17, 2021
@cwsteinbach
cwsteinbach deleted the release-notes-0.12.0 branch August 17, 2021 03:51
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@cwsteinbach@hankfanchiu@szehon-ho@rdblue@jackye1995