-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Kernel] refactored table_property_enablement_key (#5245) #5253
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
Conversation
|
I did install the format checker, it just didn't run. I did not have reformat in "actions on save". |
e09020e to
45dd723
Compare
|
Sorry guys, at this moment, neither do I know why the formatting would be off, nor which file still needs to be formatted. |
|
@ju-klein can you please run |
e04ed6d to
4b7e2af
Compare
Signed-off-by: Julian Klein <[email protected]>
…xed google formatting. Signed-off-by: Julian Klein <[email protected]>
…xed google formatting again. Signed-off-by: Julian Klein <[email protected]>
|
I was able to fix the formatting issues. Five checks fail. Only one check fails at So far, my investigation has shown that I'll investigate further. |
kernel/kernel-api/src/main/java/io/delta/kernel/internal/TransactionBuilderImpl.java
Outdated
Show resolved
Hide resolved
kernel/kernel-api/src/main/java/io/delta/kernel/commit/CatalogCommitterUtils.java
Outdated
Show resolved
Hide resolved
0d97715 to
1ef24df
Compare
|
Do the CI/CD checks include the test suite? |
kernel/kernel-api/src/main/java/io/delta/kernel/internal/tablefeatures/TableFeature.java
Outdated
Show resolved
Hide resolved
kernel/kernel-api/src/main/java/io/delta/kernel/internal/tablefeatures/TableFeature.java
Outdated
Show resolved
Hide resolved
kernel/kernel-api/src/main/java/io/delta/kernel/internal/tablefeatures/TableFeature.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Julian Klein <[email protected]>
Signed-off-by: Julian Klein <[email protected]>
1ef24df to
999862e
Compare
|
Hi @scottsand-db , |
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!
Which Delta project/connector is this regarding?
Description
This PR adds #5245.
Rationale:
TablePropertyEnablementKeyshould exist for everyTableFeature.SET_TABLE_FEATURE_SUPPORTED_PREFIXfromTableFeaturesince it is also accessed from other places.How was this patch tested?
Since this does not add new functionality, I just ran the test suite, which passed.
Does this PR introduce any user-facing changes?
No