-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Add support for dropping column in Delta Lake #15792
Merged
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
findinpath
reviewed
Jan 20, 2023
...uct-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeColumnMappingMode.java
Outdated
Show resolved
Hide resolved
ebyhr
force-pushed
the
ebi/delta-drop-column
branch
4 times, most recently
from
January 20, 2023 09:09
49283db
to
5a693c5
Compare
findinpath
approved these changes
Jan 20, 2023
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.
LGTM
pajaks
reviewed
Jan 24, 2023
...uct-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeColumnMappingMode.java
Outdated
Show resolved
Hide resolved
...uct-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeColumnMappingMode.java
Outdated
Show resolved
Hide resolved
ebyhr
force-pushed
the
ebi/delta-drop-column
branch
from
January 24, 2023 13:08
5a693c5
to
5207624
Compare
10 tasks
ebyhr
force-pushed
the
ebi/delta-drop-column
branch
3 times, most recently
from
February 19, 2023 23:07
5f391e6
to
698171a
Compare
ebyhr
force-pushed
the
ebi/delta-drop-column
branch
from
March 9, 2023 04:03
698171a
to
4572394
Compare
ebyhr
force-pushed
the
ebi/delta-drop-column
branch
from
April 10, 2023 23:43
4572394
to
897e786
Compare
ebyhr
force-pushed
the
ebi/delta-drop-column
branch
3 times, most recently
from
April 18, 2023 05:03
79b64dc
to
5e48785
Compare
ebyhr
force-pushed
the
ebi/delta-drop-column
branch
from
April 25, 2023 22:52
5e48785
to
3a34471
Compare
ebyhr
force-pushed
the
ebi/delta-drop-column
branch
from
May 16, 2023 00:07
3a34471
to
31523d2
Compare
ebyhr
force-pushed
the
ebi/delta-drop-column
branch
3 times, most recently
from
May 30, 2023 04:37
630afda
to
a2d17db
Compare
findinpath
reviewed
May 30, 2023
plugin/trino-delta-lake/src/main/java/io/trino/plugin/deltalake/DeltaLakeMetadata.java
Show resolved
Hide resolved
pajaks
reviewed
Jun 5, 2023
plugin/trino-delta-lake/src/main/java/io/trino/plugin/deltalake/DeltaLakeMetadata.java
Show resolved
Hide resolved
findinpath
approved these changes
Jun 7, 2023
plugin/trino-delta-lake/src/main/java/io/trino/plugin/deltalake/DeltaLakeMetadata.java
Show resolved
Hide resolved
ebyhr
force-pushed
the
ebi/delta-drop-column
branch
from
June 30, 2023 02:50
a2d17db
to
f28db3d
Compare
findepi
approved these changes
Jul 5, 2023
plugin/trino-delta-lake/src/main/java/io/trino/plugin/deltalake/DeltaLakeMetadata.java
Outdated
Show resolved
Hide resolved
plugin/trino-delta-lake/src/main/java/io/trino/plugin/deltalake/DeltaLakeMetadata.java
Show resolved
Hide resolved
plugin/trino-delta-lake/src/main/java/io/trino/plugin/deltalake/DeltaLakeMetadata.java
Outdated
Show resolved
Hide resolved
plugin/trino-delta-lake/src/main/java/io/trino/plugin/deltalake/DeltaLakeMetadata.java
Outdated
Show resolved
Hide resolved
plugin/trino-delta-lake/src/main/java/io/trino/plugin/deltalake/DeltaLakeMetadata.java
Outdated
Show resolved
Hide resolved
ebyhr
force-pushed
the
ebi/delta-drop-column
branch
from
July 6, 2023 02:06
f28db3d
to
250b49b
Compare
Rebased on master to resolve conflicts. No changes. |
findepi
reviewed
Jul 6, 2023
plugin/trino-delta-lake/src/main/java/io/trino/plugin/deltalake/DeltaLakeMetadata.java
Outdated
Show resolved
Hide resolved
ebyhr
force-pushed
the
ebi/delta-drop-column
branch
from
July 6, 2023 06:08
250b49b
to
84185ff
Compare
ebyhr
force-pushed
the
ebi/delta-drop-column
branch
from
July 6, 2023 10:21
84185ff
to
d91e861
Compare
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.
Description
Relates to #12638
Release notes
(x) Release notes are required, with the following suggested text: