Skip to content

feat: create table with map type columns

Codecov / codecov/project succeeded Jan 24, 2024 in 1s

74.92% (+34.74%) compared to b2f85fb

View this Pull Request on Codecov

74.92% (+34.74%) compared to b2f85fb

Details

Codecov Report

Attention: 231 lines in your changes are missing coverage. Please review.

Comparison is base (b2f85fb) 40.18% compared to head (7ce7503) 74.92%.

Files Patch % Lines
src/schema/schema_adapter.cc 66.66% 40 Missing ⚠️
hybridse/src/codegen/map_ir_builder.cc 91.17% 36 Missing ⚠️
hybridse/src/codegen/ir_base_builder.cc 69.38% 30 Missing ⚠️
hybridse/src/codegen/buf_ir_builder.cc 91.39% 26 Missing ⚠️
hybridse/src/codec/fe_row_codec.cc 77.00% 23 Missing ⚠️
hybridse/src/codegen/struct_ir_builder.cc 63.33% 11 Missing ⚠️
hybridse/src/codec/type_codec.cc 41.17% 10 Missing ⚠️
hybridse/src/codegen/context.cc 81.25% 9 Missing ⚠️
hybridse/src/node/expr_node.cc 75.75% 8 Missing ⚠️
hybridse/src/vm/runner.cc 57.89% 8 Missing ⚠️
... and 8 more
Additional details and impacted files
@@              Coverage Diff              @@
##               main    #3723       +/-   ##
=============================================
+ Coverage     40.18%   74.92%   +34.74%     
  Complexity      655      655               
=============================================
  Files           193      733      +540     
  Lines         11384   132372   +120988     
  Branches       1366     1366               
=============================================
+ Hits           4575    99186    +94611     
- Misses         6510    32887    +26377     
  Partials        299      299               

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