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

feat(cubesql): Implement format and col_description #9072

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

mcheshkov
Copy link
Member

Check List

  • Tests has been run in packages where changes made if available
  • Linter has been run for changed code
  • Tests for the changes have been added if not covered yet
  • Docs have been added / updated if required

Issue Reference this PR resolves

Addresses #8926

Description of Changes Made (if issue reference is not provided)

Adds format function, only %I placeholder implemented
Adds col_description stub implementation, always return empty string
Add stub for regclass casting of schema qualified type names, always returns 0
Picked up from #8947

@mcheshkov mcheshkov force-pushed the format-col-description-metabase-sync branch 4 times, most recently from 21c4fc7 to 267f382 Compare January 8, 2025 21:24
Copy link

codecov bot commented Jan 8, 2025

Codecov Report

Attention: Patch coverage is 86.94030% with 35 lines in your changes missing coverage. Please review.

Project coverage is 82.87%. Comparing base (a7cf544) to head (3a1c40e).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
...t/cubesql/cubesql/src/compile/engine/udf/common.rs 74.63% 35 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #9072      +/-   ##
==========================================
+ Coverage   82.84%   82.87%   +0.03%     
==========================================
  Files         221      221              
  Lines       78813    79070     +257     
==========================================
+ Hits        65292    65532     +240     
- Misses      13521    13538      +17     
Flag Coverage Δ
cubesql 82.87% <86.94%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mcheshkov mcheshkov marked this pull request as ready for review January 9, 2025 02:22
@mcheshkov mcheshkov requested a review from a team as a code owner January 9, 2025 02:22
@mcheshkov mcheshkov force-pushed the format-col-description-metabase-sync branch from 267f382 to 3a1c40e Compare January 9, 2025 12:10
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