Uh oh!
There was an error while loading. Please reload this page.
Hotfix: Attach Test annotation to testDeleteFromTableAtSnapshot - #3799
Hotfix: Attach Test annotation to testDeleteFromTableAtSnapshot#3799izchen wants to merge 1 commit into
Conversation
rdblue
commented
Dec 29, 2021
wypoon
commented
Dec 29, 2021
Hmm, looks like an oversight on my part when porting the change to v3.0. It should have the |
rdblue
commented
Dec 29, 2021
Enjoy your vacation! We'll have to track this down, but I don't think there's a rush. |
izchen
commented
Jan 4, 2022
@rdblue, this UT failed in spark version 3.0. I think this is because the [SPARK-33623][SQL] Add canDeleteWhere to SupportsDelete does not exist in 3.0. |
izchen
commented
Jan 4, 2022
I submitted a PR to fix this: #3840 |
wypoon
commented
Jan 4, 2022
@izchen thanks for the explanation. I'd forgotten about the fact that |
When I cherry-pick, I found that the method testDeleteFromTableAtSnapshot is missing a Test annotation.