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

Allow explicit cast between varlist CAST(var, varlist type) #2386

Merged
merged 1 commit into from
Nov 14, 2023

finish cast between nested list

2ac1809
Select commit
Loading
Failed to load commit list.
Merged

Allow explicit cast between varlist CAST(var, varlist type) #2386

finish cast between nested list
2ac1809
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 14, 2023 in 0s

91.24% (target 80.00%)

View this Pull Request on Codecov

91.24% (target 80.00%)

Details

Codecov Report

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

Comparison is base (0782f86) 91.04% compared to head (2ac1809) 91.24%.
Report is 3 commits behind head on master.

Files Patch % Lines
src/planner/plan/plan_read.cpp 0.00% 2 Missing ⚠️
src/common/table_type.cpp 0.00% 1 Missing ⚠️
src/common/types/value/value.cpp 0.00% 1 Missing ⚠️
src/function/cast_string_to_functions.cpp 0.00% 1 Missing ⚠️
src/include/function/unary_function_executor.h 85.71% 1 Missing ⚠️
...erator/persistent/reader/parquet/column_reader.cpp 0.00% 1 Missing ⚠️
src/processor/operator/transaction.cpp 0.00% 1 Missing ⚠️
src/transaction/transaction_context.cpp 0.00% 1 Missing ⚠️
tools/python_api/src_cpp/py_query_result.cpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2386      +/-   ##
==========================================
+ Coverage   91.04%   91.24%   +0.20%     
==========================================
  Files        1015     1022       +7     
  Lines       36012    36323     +311     
==========================================
+ Hits        32788    33144     +356     
+ Misses       3224     3179      -45     

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