-
Couldn't load subscription status.
- Fork 1.9k
[Delta] Migrate DeltaLogMinorCompactionSuite to CatalogOwned
#4751
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
[Delta] Migrate DeltaLogMinorCompactionSuite to CatalogOwned
#4751
Conversation
DeltaLogMinorCompactionSuite to CatalogOwned
DeltaLogMinorCompactionSuite to CatalogOwnedDeltaLogMinorCompactionSuite to CatalogOwned
DeltaLogMinorCompactionSuite to CatalogOwnedDeltaLogMinorCompactionSuite to CatalogOwned
be5730f to
ed05dcf
Compare
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
| } | ||
|
|
||
| test("running vacuum on a catalog owned managed table should fail") { | ||
| CatalogOwnedCommitCoordinatorProvider.clearBuilders() |
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.
Thanks for fixing this.
^ cc @Omar-Saleh This seems to be failing non-deterministically on Delta Spark Master depending on the order of testing.
8f9616b to
29845e6
Compare
|
Can some explain why the test case failed even in my PR same check fails |
I've checked your pr. I think it fails because of negative scalastyle result? |
|
@EstherBear Actually my pr it is failing due to |
Which Delta project/connector is this regarding?
Description
This PR migrates DeltaLogMinorCompactionSuite to CatalogOwned.
How was this patch tested?
Existing UTs.
Does this PR introduce any user-facing changes?
No