-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Add release notes for 0.12.0 #2973
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
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.
There was a problem hiding this comment.
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.
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.
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)
There was a problem hiding this comment.
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
jackye1995
left a comment
There was a problem hiding this comment.
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!
a8ff4c2 to
adc5ccd
Compare
Notes for the 0.12.0 release.