Skip to content

Conversation

@aykut-bozkurt
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Feb 23, 2025

Codecov Report

Attention: Patch coverage is 91.89189% with 15 lines in your changes missing coverage. Please review.

Project coverage is 91.86%. Comparing base (3ff46d5) to head (7eb8369).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/arrow_parquet/uri_utils.rs 86.44% 8 Missing ⚠️
src/parquet_udfs/metadata.rs 84.21% 3 Missing ⚠️
src/parquet_copy_hook/copy_utils.rs 91.30% 2 Missing ⚠️
src/parquet_copy_hook/copy_to_dest_receiver.rs 75.00% 1 Missing ⚠️
src/parquet_udfs/schema.rs 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #109      +/-   ##
==========================================
- Coverage   91.88%   91.86%   -0.03%     
==========================================
  Files          77       77              
  Lines       10320    10407      +87     
==========================================
+ Hits         9483     9560      +77     
- Misses        837      847      +10     

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

};

Some(parse_uri(uri))
ParsedUriInfo::try_from(uri).ok()
Copy link
Collaborator

Choose a reason for hiding this comment

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

what happens to the error here? It becomes None?

Copy link
Member Author

Choose a reason for hiding this comment

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

yep, maybe we should return Result instead of Option. It sounds better.

Copy link
Collaborator

Choose a reason for hiding this comment

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

yeh, would be good. Otherwise, this looks alright.

};

Some(parse_uri(uri))
ParsedUriInfo::try_from(uri).ok()
Copy link
Collaborator

Choose a reason for hiding this comment

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

yeh, would be good. Otherwise, this looks alright.

@aykut-bozkurt aykut-bozkurt enabled auto-merge (squash) February 24, 2025 13:49
@aykut-bozkurt aykut-bozkurt merged commit 2f0e2a8 into main Feb 24, 2025
4 checks passed
@aykut-bozkurt aykut-bozkurt deleted the aykut/fix-hook-error branch February 24, 2025 13:57
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.

3 participants