You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### What changes were proposed in this pull request?
- not clean catalog if catalog already exists
### Why are the changes needed?
we will clean the catalog when the creation fails, but if the catalog
already exists it will also be dropped which is unexpected.
Fix: #5082
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
tests added
### What changes were proposed in this pull request?
- not clean catalog if catalog already exists
### Why are the changes needed?
we will clean the catalog when the creation fails, but if the catalog
already exists it will also be dropped which is unexpected.
Fix: #5082
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
tests added
Co-authored-by: mchades <[email protected]>
Version
main branch
Describe what's wrong
we can modify the
testDropCatalog()
inCatalogIT
class to describe the problem:the assertion will failed at:
Error message and/or stacktrace
How to reproduce
follow above describtion
Additional context
the load operation before drop can successfully because the catalog cache
The text was updated successfully, but these errors were encountered: