-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Spark: Add distribution mode not respected for CTAS/RTAS before 3.5.0 #9439
Merged
Conversation
This file contains 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
manuzhang
force-pushed
the
distribution_ctas_doc
branch
from
January 8, 2024 16:45
8ee7bbe
to
ce3b027
Compare
manuzhang
changed the title
Docs: Add distribution mode not respected before Spark 3.5.0
Docs: Add distribution mode not respected for CTAS/RTAS before Spark 3.5.0
Jan 8, 2024
@nastra please help review. |
nastra
reviewed
Jan 17, 2024
manuzhang
force-pushed
the
distribution_ctas_doc
branch
from
January 18, 2024 10:41
ce3b027
to
a47688b
Compare
manuzhang
changed the title
Docs: Add distribution mode not respected for CTAS/RTAS before Spark 3.5.0
Spark: Add distribution mode not respected for CTAS/RTAS before 3.5.0
Jan 18, 2024
manuzhang
force-pushed
the
distribution_ctas_doc
branch
from
January 18, 2024 10:44
a47688b
to
58b5709
Compare
nastra
reviewed
Jan 18, 2024
spark/v3.4/spark/src/test/java/org/apache/iceberg/spark/sql/TestCreateTableAsSelect.java
Outdated
Show resolved
Hide resolved
manuzhang
force-pushed
the
distribution_ctas_doc
branch
from
January 18, 2024 15:00
58b5709
to
85187f5
Compare
nastra
reviewed
Jan 18, 2024
spark/v3.4/spark/src/test/java/org/apache/iceberg/spark/sql/TestCreateTableAsSelect.java
Outdated
Show resolved
Hide resolved
manuzhang
force-pushed
the
distribution_ctas_doc
branch
from
January 18, 2024 15:42
85187f5
to
414bdfc
Compare
nastra
approved these changes
Jan 18, 2024
thanks @manuzhang for getting this done |
geruh
pushed a commit
to geruh/iceberg
that referenced
this pull request
Jan 26, 2024
adnanhemani
pushed a commit
to adnanhemani/iceberg
that referenced
this pull request
Jan 30, 2024
devangjhabakh
pushed a commit
to cdouglas/iceberg
that referenced
this pull request
Apr 22, 2024
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 fixes #8887