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/patch succeeded Mar 4, 2024 in 1s

83.29% of diff hit (target 74.93%)

View this Pull Request on Codecov

83.29% of diff hit (target 74.93%)

Annotations

Check warning on line 38 in hybridse/include/sdk/base_impl.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

hybridse/include/sdk/base_impl.h#L38

Added line #L38 was not covered by tests

Check warning on line 297 in hybridse/src/codegen/block_ir_builder.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

hybridse/src/codegen/block_ir_builder.cc#L293-L297

Added lines #L293 - L297 were not covered by tests

Check warning on line 304 in hybridse/src/codegen/block_ir_builder.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

hybridse/src/codegen/block_ir_builder.cc#L304

Added line #L304 was not covered by tests

Check warning on line 46 in hybridse/src/codegen/insert_row_builder.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

hybridse/src/codegen/insert_row_builder.cc#L45-L46

Added lines #L45 - L46 were not covered by tests

Check warning on line 50 in hybridse/src/codegen/insert_row_builder.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

hybridse/src/codegen/insert_row_builder.cc#L49-L50

Added lines #L49 - L50 were not covered by tests

Check warning on line 88 in hybridse/src/codegen/insert_row_builder.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

hybridse/src/codegen/insert_row_builder.cc#L88

Added line #L88 was not covered by tests

Check warning on line 92 in hybridse/src/codegen/insert_row_builder.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

hybridse/src/codegen/insert_row_builder.cc#L92

Added line #L92 was not covered by tests

Check warning on line 147 in hybridse/src/codegen/insert_row_builder.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

hybridse/src/codegen/insert_row_builder.cc#L147

Added line #L147 was not covered by tests

Check warning on line 365 in hybridse/src/codegen/ir_base_builder_test.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

hybridse/src/codegen/ir_base_builder_test.h#L364-L365

Added lines #L364 - L365 were not covered by tests

Check warning on line 384 in hybridse/src/codegen/map_ir_builder.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

hybridse/src/codegen/map_ir_builder.cc#L384

Added line #L384 was not covered by tests

Check warning on line 389 in hybridse/src/codegen/map_ir_builder.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

hybridse/src/codegen/map_ir_builder.cc#L388-L389

Added lines #L388 - L389 were not covered by tests

Check warning on line 558 in hybridse/src/codegen/map_ir_builder.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

hybridse/src/codegen/map_ir_builder.cc#L558

Added line #L558 was not covered by tests

Check warning on line 563 in hybridse/src/codegen/map_ir_builder.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

hybridse/src/codegen/map_ir_builder.cc#L562-L563

Added lines #L562 - L563 were not covered by tests

Check warning on line 36 in hybridse/src/codegen/struct_ir_builder.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

hybridse/src/codegen/struct_ir_builder.cc#L34-L36

Added lines #L34 - L36 were not covered by tests

Check warning on line 38 in hybridse/src/codegen/struct_ir_builder.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

hybridse/src/codegen/struct_ir_builder.cc#L38

Added line #L38 was not covered by tests

Check warning on line 46 in hybridse/src/codegen/struct_ir_builder.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

hybridse/src/codegen/struct_ir_builder.cc#L45-L46

Added lines #L45 - L46 were not covered by tests

Check warning on line 57 in hybridse/src/codegen/struct_ir_builder.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

hybridse/src/codegen/struct_ir_builder.cc#L57

Added line #L57 was not covered by tests

Check warning on line 61 in hybridse/src/codegen/struct_ir_builder.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

hybridse/src/codegen/struct_ir_builder.cc#L60-L61

Added lines #L60 - L61 were not covered by tests

Check warning on line 3485 in src/cmd/sql_cmd_test.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cmd/sql_cmd_test.cc#L3485

Added line #L3485 was not covered by tests

Check warning on line 31 in src/schema/schema_adapter.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/schema/schema_adapter.cc#L31

Added line #L31 was not covered by tests

Check warning on line 95 in src/schema/schema_adapter.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/schema/schema_adapter.cc#L95

Added line #L95 was not covered by tests

Check warning on line 158 in src/schema/schema_adapter.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/schema/schema_adapter.cc#L158

Added line #L158 was not covered by tests

Check warning on line 190 in src/schema/schema_adapter.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/schema/schema_adapter.cc#L188-L190

Added lines #L188 - L190 were not covered by tests

Check warning on line 197 in src/schema/schema_adapter.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/schema/schema_adapter.cc#L196-L197

Added lines #L196 - L197 were not covered by tests

Check warning on line 204 in src/schema/schema_adapter.cc

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/schema/schema_adapter.cc#L204

Added line #L204 was not covered by tests