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

Implemented support for RecursiveRel in the Rust API #1813

Merged
merged 1 commit into from
Jul 13, 2023

Conversation

benjaminwinger
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Jul 13, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.02 🎉

Comparison is base (eb31b2e) 91.18% compared to head (a901e98) 91.20%.

❗ Current head a901e98 differs from pull request most recent head 8da8c95. Consider uploading reports for the commit 8da8c95 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1813      +/-   ##
==========================================
+ Coverage   91.18%   91.20%   +0.02%     
==========================================
  Files         777      777              
  Lines       28447    28450       +3     
==========================================
+ Hits        25939    25949      +10     
+ Misses       2508     2501       -7     

see 6 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.

@@ -121,6 +127,7 @@ impl From<&LogicalType> for cxx::UniquePtr<ffi::LogicalType> {
| LogicalType::String
| LogicalType::Blob
| LogicalType::Node
| LogicalType::RecursiveRel
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's always put RecursiveRel branch after REL

@benjaminwinger benjaminwinger force-pushed the rust-recursive-rel branch 3 times, most recently from 5b4254f to a901e98 Compare July 13, 2023 20:35
@benjaminwinger benjaminwinger merged commit 3901e66 into master Jul 13, 2023
8 checks passed
@benjaminwinger benjaminwinger deleted the rust-recursive-rel branch July 13, 2023 23:11
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