Update the site for the 0.9.0 release#1205
Merged
rdblue merged 2 commits intoapache:masterfrom Jul 15, 2020
Merged
Conversation
rdblue
commented
Jul 15, 2020
|
|
||
| !!! Warning | ||
| When reading with DataFrames in Spark 3, use `table` to load a table by name from a catalog. | ||
| Using `format("iceberg")` loads an isolated table reference that is not refreshed when other queries update the table. |
Contributor
Author
There was a problem hiding this comment.
@dongjoon-hyun, this is the warning I've added to make people aware of the issues with the DataFrameReader. Please take a look if you have time. There is also one below for the v1 DataFrameWriter API.
|
|
||
| !!! Warning | ||
| Spark 3.0.0 has a correctness bug that affects dynamic `INSERT OVERWRITE` with hidden partitioning, [SPARK-32168][spark-32168]. | ||
| For tables with [hidden partitions](../partitioning), wait for Spark 3.0.1. |
Member
There was a problem hiding this comment.
Ya. We should release Apache Spark 3.0.1 soon for the users.
|
|
||
| !!! Warning | ||
| When writing with the v1 DataFrame API in Spark 3, use `saveAsTable` or `insertInto` to load tables with a catalog. | ||
| Using `format("iceberg")` loads an isolated table reference that will not automatically refresh tables used by queries. |
dongjoon-hyun
approved these changes
Jul 15, 2020
Contributor
Author
|
Thanks for reviewing, @dongjoon-hyun and @rdsr! |
Contributor
Author
|
Merging since this doesn't affect the build and CI was flaky. |
HotSushi
pushed a commit
to HotSushi/iceberg
that referenced
this pull request
Jul 23, 2020
cmathiesen
pushed a commit
to ExpediaGroup/iceberg
that referenced
this pull request
Aug 19, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates the site for the 0.9.0 release: