Skip to content
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

[#1231] Fix bugs in drop MySQL schemas #1251

Commits on Dec 25, 2023

  1. [#1231] Fix bugs in drop MySQL schemas (#1235)

    ### What changes were proposed in this pull request?
    
    - Allow dropping a database when `cascase` is `true`.
    - If the database is not empty and `cascade` is `false`, disable the
    drop operation.
    
    ### Why are the changes needed?
    
    Align the logic with Gravitino EntityStore.
    
    Fix: #1231 
    
    ### Does this PR introduce _any_ user-facing change?
    
    N/A
    
    ### How was this patch tested?
    
    Add UT `testDropMySQLDatabase`
    yuqi1129 authored and web-flow committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    6faa7a6 View commit details
    Browse the repository at this point in the history