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: map table column type #3723

Merged
merged 3 commits into from
Mar 5, 2024

test: fix plan tests

ed63fff
Select commit
Loading
Failed to load commit list.
Merged

feat: map table column type #3723

test: fix plan tests
ed63fff
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 4, 2024 in 0s

74.95% (+0.01%) compared to c2e77b2

View this Pull Request on Codecov

74.95% (+0.01%) compared to c2e77b2

Details

Codecov Report

Attention: Patch coverage is 83.29718% with 77 lines in your changes are missing coverage. Please review.

Project coverage is 74.95%. Comparing base (c2e77b2) to head (ed63fff).
Report is 1 commits behind head on main.

Files Patch % Lines
src/schema/schema_adapter.cc 82.50% 21 Missing ⚠️
src/sdk/sql_cluster_router.cc 66.66% 19 Missing ⚠️
hybridse/src/codegen/struct_ir_builder.cc 30.76% 9 Missing ⚠️
hybridse/src/codegen/insert_row_builder.cc 89.55% 7 Missing ⚠️
hybridse/src/codegen/block_ir_builder.cc 0.00% 6 Missing ⚠️
hybridse/src/codegen/map_ir_builder.cc 92.94% 6 Missing ⚠️
hybridse/src/codegen/ir_base_builder_test.h 50.00% 2 Missing ⚠️
src/sdk/sql_insert_row.cc 66.66% 2 Missing ⚠️
src/sdk/sql_insert_row.h 90.90% 2 Missing ⚠️
hybridse/include/sdk/base_impl.h 50.00% 1 Missing ⚠️
... and 2 more
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #3723      +/-   ##
============================================
+ Coverage     74.93%   74.95%   +0.01%     
  Complexity      658      658              
============================================
  Files           738      741       +3     
  Lines        133155   133490     +335     
  Branches       1380     1380              
============================================
+ Hits          99782   100059     +277     
- Misses        33069    33127      +58     
  Partials        304      304              

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