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

Implement struct/list comparison operations #1707

Merged
merged 1 commit into from
Jun 22, 2023

Refactor comparison framework

e954f7f
Select commit
Loading
Failed to load commit list.
Merged

Implement struct/list comparison operations #1707

Refactor comparison framework
e954f7f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 22, 2023 in 1s

91.27% (target 80.00%)

View this Pull Request on Codecov

91.27% (target 80.00%)

Details

Codecov Report

Patch coverage: 91.73% and project coverage change: +0.05 🎉

Comparison is base (75617bb) 91.21% compared to head (e954f7f) 91.27%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1707      +/-   ##
==========================================
+ Coverage   91.21%   91.27%   +0.05%     
==========================================
  Files         737      738       +1     
  Lines       26969    27061      +92     
==========================================
+ Hits        24600    24700     +100     
+ Misses       2369     2361       -8     
Impacted Files Coverage Δ
src/common/type_utils.cpp 70.49% <ø> (+3.82%) ⬆️
src/include/common/type_utils.h 100.00% <ø> (ø)
src/include/common/types/value.h 100.00% <ø> (ø)
src/include/main/connection.h 100.00% <ø> (ø)
src/include/main/query_result.h 100.00% <ø> (ø)
...rocessor/operator/aggregate/aggregate_hash_table.h 81.81% <ø> (ø)
src/include/processor/result/flat_tuple.h 100.00% <ø> (ø)
src/include/storage/copier/npy_reader.h 100.00% <ø> (ø)
...age/in_mem_storage_structure/in_mem_column_chunk.h 100.00% <ø> (ø)
...ude/storage/storage_structure/disk_overflow_file.h 100.00% <ø> (ø)
... and 15 more

... and 5 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.