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

[plugins][vdk-impala] Improve error handling to handle view errors #717

Merged
merged 1 commit into from
Feb 19, 2022

Commits on Feb 19, 2022

  1. [plugins][vdk-impala] Improve error handling to properly handle view …

    …errors
    
    Currently, the impala error handling logic fails to properly handle
    TableAlreadyExist exceptions, in cases where these are caused while processing
    `CREATE VIEW` sql queries.
    
    This change modifies the error handling logic to properly handle exceptions
    caused while processing `CREATE VIEW` queries.
    
    Testing Done: Added unit test.
    
    Signed-off-by: Andon Andonov <andonova@vmware.com>
    doks5 committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    8d75731 View commit details
    Browse the repository at this point in the history