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

DBT-698: Fixing the ParseException in UA, via removing the semicolon at the end of query #173

Merged
merged 1 commit into from
Jun 7, 2023

Conversation

niteshy
Copy link
Collaborator

@niteshy niteshy commented Jun 7, 2023

Describe your changes

Even though the queries ending with semicolon works for Impala without UA but they fails with ParseException in UA
Hence, removed the ending semicolon for all queries.

Internal Jira ticket number or external issue link

DBT-698

Testing procedure/screenshots(if appropriate):

Verified no regression in impala (without UA) https://gist.github.com/niteshy/9657cc0a52515e5f8f90b6f52a0e9541
Verified the ParseException is fixed, but there are SemanticException https://gist.github.com/niteshy/a01837d9dc1dbbfe760e40c6df967d9c, which is separate issue DBT-699

Checklist before requesting a review

  • I have performed a self-review of my code
  • I have formatted my added/modified code to follow pep-8 standards
  • I have checked suggestions from python linter to make sure code is of good quality.

@niteshy niteshy self-assigned this Jun 7, 2023
@niteshy niteshy requested a review from vamshikolanu June 7, 2023 19:02
@vamshikolanu
Copy link
Collaborator

Looks good

@niteshy niteshy merged commit 9c2be85 into master Jun 7, 2023
@niteshy niteshy deleted the DBT-698 branch June 7, 2023 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants