-
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 renaming column in Delta Lake #15821
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
ebyhr
force-pushed
the
ebi/delta-rename-column
branch
3 times, most recently
from
January 30, 2023 08:17
4e4ba73
to
5b9f097
Compare
10 tasks
ebyhr
force-pushed
the
ebi/delta-rename-column
branch
3 times, most recently
from
February 20, 2023 00:19
2990111
to
e7d6629
Compare
ebyhr
force-pushed
the
ebi/delta-rename-column
branch
from
March 9, 2023 04:06
e7d6629
to
551f3b5
Compare
ebyhr
force-pushed
the
ebi/delta-rename-column
branch
from
April 11, 2023 03:13
551f3b5
to
1947270
Compare
ebyhr
force-pushed
the
ebi/delta-rename-column
branch
from
April 25, 2023 22:51
1947270
to
4732ce6
Compare
ebyhr
force-pushed
the
ebi/delta-rename-column
branch
2 times, most recently
from
May 30, 2023 04:58
f0abbd3
to
b9fdf84
Compare
ebyhr
force-pushed
the
ebi/delta-rename-column
branch
from
June 15, 2023 01:51
b9fdf84
to
be73f36
Compare
findinpath
reviewed
Jun 16, 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
Outdated
Show resolved
Hide resolved
...uct-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeColumnMappingMode.java
Outdated
Show resolved
Hide resolved
plugin/trino-delta-lake/src/test/java/io/trino/plugin/deltalake/TestDeltaLakeConnectorTest.java
Show resolved
Hide resolved
...uct-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeColumnMappingMode.java
Show resolved
Hide resolved
plugin/trino-delta-lake/src/test/java/io/trino/plugin/deltalake/TestDeltaLakeBasic.java
Show resolved
Hide resolved
ebyhr
force-pushed
the
ebi/delta-rename-column
branch
from
June 30, 2023 03:38
be73f36
to
8dd9659
Compare
the build isn't green. is it of a concern? |
ebyhr
force-pushed
the
ebi/delta-rename-column
branch
from
July 6, 2023 01:53
8dd9659
to
fd10b63
Compare
CI hit #14637. The failuer is unrelated to this change. Rebased on master to resolve conflicts. |
ebyhr
force-pushed
the
ebi/delta-rename-column
branch
from
July 6, 2023 05:12
fd10b63
to
ec84143
Compare
findepi
approved these changes
Jul 6, 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
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
plugin/trino-delta-lake/src/main/java/io/trino/plugin/deltalake/DeltaLakeMetadata.java
Show resolved
Hide resolved
plugin/trino-delta-lake/src/test/java/io/trino/plugin/deltalake/TestDeltaLakeConnectorTest.java
Outdated
Show resolved
Hide resolved
plugin/trino-delta-lake/src/main/java/io/trino/plugin/deltalake/DeltaLakeMetadata.java
Outdated
Show resolved
Hide resolved
...elta-lake/src/main/java/io/trino/plugin/deltalake/transactionlog/DeltaLakeSchemaSupport.java
Outdated
Show resolved
Hide resolved
plugin/trino-delta-lake/src/test/java/io/trino/plugin/deltalake/TestDeltaLakeConnectorTest.java
Outdated
Show resolved
Hide resolved
testing/trino-testing/src/main/java/io/trino/testing/BaseConnectorTest.java
Outdated
Show resolved
Hide resolved
ebyhr
force-pushed
the
ebi/delta-rename-column
branch
from
July 6, 2023 07:52
ec84143
to
7959603
Compare
findinpath
approved these changes
Jul 6, 2023
ebyhr
force-pushed
the
ebi/delta-rename-column
branch
from
July 6, 2023 13:53
7959603
to
c949327
Compare
ebyhr
force-pushed
the
ebi/delta-rename-column
branch
from
July 6, 2023 23:03
c949327
to
0c449f1
Compare
Rebased on master to resolve conflicts. |
ebyhr
force-pushed
the
ebi/delta-rename-column
branch
from
July 7, 2023 06:24
0c449f1
to
9f41ef4
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
Fixes #12638
Fixes #13538
Release notes
(x) Release notes are required, with the following suggested text: