kyuubi
kyuubi copied to clipboard
[KYUUBI #6562] Support zorder clause syntax to use brackets
:mag: Description
Issue References ๐
This pull request fixes #6562
Describe Your Solution ๐ง
- Modify
KyuubiSparkSQL.g4to support the zorder clause syntax to use brackets
Types of changes :bookmark:
- [ ] Bugfix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
Test Plan ๐งช
Behavior Without This Pull Request :coffin:
zorder clause syntax can't use brackets
Behavior With This Pull Request :tada:
zorder clause syntax can use brackets
Related Unit Tests
Checklist ๐
- [x] This patch was not authored or co-authored using Generative Tooling
Be nice. Be informative.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 0.00%. Comparing base (
d3e1768) to head (9d3f17d). Report is 109 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #6563 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 677 677
Lines 41907 41907
Branches 5721 5721
======================================
Misses 41907 41907
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
๐จ Try these New Features:
- Flaky Tests Detection - Detect and resolve failed and flaky tests
- JS Bundle Analysis - Avoid shipping oversized bundles
Thanks for the PR! This PR is being closed due to inactivity. This isn't a judgement on the merit of the PR in any way. If this is still an issue with the latest version of Kyuubi, please reopen it and ask a committer to remove the Stale tag!
Thank you for using Kyuubi!