Uh oh!
There was an error while loading. Please reload this page.
Add release notes for 0.12.0 - #2973
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| 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
e0ca3acComparehankfanchiu
commented
Aug 16, 2021
szehon-ho
commented
Aug 16, 2021
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
a8ff4c2Comparecwsteinbach
commented
Aug 16, 2021
@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)
jackye1995
left a comment
There was a problem hiding this comment.
overall looks good to me!
a8ff4c2 to
adc5ccdCompare
Notes for the 0.12.0 release.