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

fix(rust): scan schema fix for predicate #2869

Merged
merged 3 commits into from
Sep 10, 2024

Conversation

sherlockbeard
Copy link
Contributor

@sherlockbeard sherlockbeard commented Sep 9, 2024

Description

fixed scan schema for predicate write

Related Issue(s)

Documentation

@github-actions github-actions bot added the binding/rust Issues for the Rust crate label Sep 9, 2024
@github-actions github-actions bot added the binding/python Issues for the Python package label Sep 10, 2024
Copy link

codecov bot commented Sep 10, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 72.45%. Comparing base (b3b22ce) to head (d3a9103).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
crates/core/src/operations/write.rs 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2869      +/-   ##
==========================================
- Coverage   72.50%   72.45%   -0.06%     
==========================================
  Files         132      132              
  Lines       40049    40049              
  Branches    40049    40049              
==========================================
- Hits        29038    29017      -21     
- Misses       9160     9162       +2     
- Partials     1851     1870      +19     

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

@rtyler rtyler added this pull request to the merge queue Sep 10, 2024
Merged via the queue into delta-io:main with commit 2800429 Sep 10, 2024
22 of 24 checks passed
@sherlockbeard
Copy link
Contributor Author

thankx for the test @rtyler 😎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/python Issues for the Python package binding/rust Issues for the Rust crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

write_deltalake with predicate throw index out of bounds
2 participants