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

HIVE-28253: Unable to set the value for hplsql.onerror in hplsql mode. #5247

Merged
merged 1 commit into from May 13, 2024

Conversation

mdayakar
Copy link
Contributor

HIVE-28253: Unable to set the value for hplsql.onerror in hplsql mode.

What changes were proposed in this pull request?

As per current Hplsql.g4 grammar file SET command takes only identifier in which dot(.) is not allowed so SET hplsql.onerror won't work as per grammar file. So changed the grammar file to use qualified identifier to accept dot(.).

Why are the changes needed?

To change the hplsql.onerror value using SET for error handling in hplsql.

Does this PR introduce any user-facing change?

No

Is the change a dependency upgrade?

No

How was this patch tested?

mvn test -Dtest=TestHplSqlViaBeeLine -pl itests/hive-unit -Pitests

Copy link

sonarcloud bot commented May 13, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@kasakrisz kasakrisz merged commit 0afb02b into apache:master May 13, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants