pinot
pinot copied to clipboard
Add metadata SHOW supports: `SHOW databases`/`SHOW tables`/`SHOW schemas`
- Extend SQL grammar and execution to support metadata
SHOWstatements (databases/schemas/tables), wiring broker/controller dispatch and executor handling. - Add unit coverage for parsing/execution along with a stubbed metadata executor test.
- Add integration test ensuring
SHOW TABLESmatchesPinotAdminClientresults and includepinot-java-clientas test dependency.
Codecov Report
:x: Patch coverage is 47.76786% with 117 lines in your changes missing coverage. Please review.
:white_check_mark: Project coverage is 63.30%. Comparing base (624b90b) to head (ad5e4fe).
:warning: Report is 9 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #17357 +/- ##
============================================
+ Coverage 63.24% 63.30% +0.05%
+ Complexity 1474 1469 -5
============================================
Files 3147 3151 +4
Lines 187490 187789 +299
Branches 28703 28746 +43
============================================
+ Hits 118575 118873 +298
+ Misses 59728 59681 -47
- Partials 9187 9235 +48
| Flag | Coverage Δ | |
|---|---|---|
| custom-integration1 | ? |
|
| integration | 0.00% <ø> (-100.00%) |
:arrow_down: |
| integration1 | ? |
|
| integration2 | 0.00% <ø> (ø) |
|
| java-11 | 63.26% <47.76%> (+0.09%) |
:arrow_up: |
| java-21 | 63.24% <47.76%> (+0.03%) |
:arrow_up: |
| temurin | 63.30% <47.76%> (+0.05%) |
:arrow_up: |
| unittests | 63.30% <47.76%> (+0.06%) |
:arrow_up: |
| unittests1 | 54.85% <51.79%> (-0.80%) |
:arrow_down: |
| unittests2 | 33.92% <12.94%> (+0.05%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.