fix(cubesql): Resolve schema-qualified pg_catalog functions#11190
fix(cubesql): Resolve schema-qualified pg_catalog functions#11190MazterQyou wants to merge 1 commit into
pg_catalog functions#11190Conversation
|
Claude finished @MazterQyou's task in 27s —— View job Code ReviewReview complete — LGTM, no blocking issues.
Summary Targeted fix: bumps Findings
Suggestions (non-blocking)
Verdict: LGTM. Straightforward upstream fix pull-through with an appropriate regression test. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #11190 +/- ##
==========================================
- Coverage 83.70% 79.26% -4.45%
==========================================
Files 257 474 +217
Lines 79465 97024 +17559
Branches 0 3572 +3572
==========================================
+ Hits 66513 76902 +10389
- Misses 12952 19606 +6654
- Partials 0 516 +516
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Signed-off-by: Alex Qyoun-ae <4062971+MazterQyou@users.noreply.github.com>
21293c8 to
a75400a
Compare
|
Claude finished @MazterQyou's task in 27s —— View job Code ReviewLGTM — no blocking issues. Already approved by @ovr.
Summary Targeted fix: bumps Findings
Quality / Security / Perf
Suggestions (non-blocking)
Verdict: LGTM. |
Check List
Description of Changes Made
This PR bumps cube-js/arrow-datafusion@c7e6855, fixing a regression introduced with sqlparser bump where parsing
pg_catalog.array_aggleads to parsing it as a compound function name. Related test is included.