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

Solve issue 1865, add is_trail & is_acyclic path functions #1868

Merged
merged 1 commit into from
Jul 30, 2023

Conversation

andyfengHKU
Copy link
Contributor

@codecov
Copy link

codecov bot commented Jul 29, 2023

Codecov Report

Patch coverage: 83.56% and project coverage change: -0.03% ⚠️

Comparison is base (2955977) 91.13% compared to head (a5fcea8) 91.11%.

❗ Current head a5fcea8 differs from pull request most recent head 2f8bf24. Consider uploading reports for the commit 2f8bf24 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1868      +/-   ##
==========================================
- Coverage   91.13%   91.11%   -0.03%     
==========================================
  Files         805      806       +1     
  Lines       29131    29204      +73     
==========================================
+ Hits        26549    26608      +59     
- Misses       2582     2596      +14     
Files Changed Coverage Δ
src/common/vector/value_vector.cpp 100.00% <ø> (ø)
src/include/function/hash/hash_functions.h 60.86% <ø> (ø)
src/include/function/path/vector_path_functions.h 100.00% <ø> (ø)
...ude/processor/operator/recursive_extend/frontier.h 100.00% <ø> (ø)
src/include/function/path/path_function_executor.h 77.77% <77.77%> (ø)
src/function/vector_path_functions.cpp 82.75% <91.66%> (+3.39%) ⬆️
src/expression_evaluator/node_rel_evaluator.cpp 100.00% <100.00%> (ø)
src/expression_evaluator/path_evaluator.cpp 98.51% <100.00%> (+0.02%) ⬆️
src/function/built_in_vector_functions.cpp 99.40% <100.00%> (+<0.01%) ⬆️

... and 3 files with indirect coverage changes

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

@andyfengHKU andyfengHKU changed the title solve 1865 Solve issue 1865, add is_trail & is_acyclic path functions Jul 29, 2023
@andyfengHKU andyfengHKU marked this pull request as ready for review July 29, 2023 18:29
@andyfengHKU andyfengHKU merged commit 95573bd into master Jul 30, 2023
10 checks passed
@andyfengHKU andyfengHKU deleted the path-functions branch July 30, 2023 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants