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

feat: dataset update accepts binary value #2579

Merged
merged 2 commits into from
Jul 9, 2024
Merged

feat: dataset update accepts binary value #2579

merged 2 commits into from
Jul 9, 2024

Conversation

eddyxu
Copy link
Contributor

@eddyxu eddyxu commented Jul 9, 2024

No description provided.

@eddyxu eddyxu requested review from wjones127 and westonpace July 9, 2024 22:02
@github-actions github-actions bot added enhancement New feature or request python labels Jul 9, 2024
@eddyxu eddyxu requested review from chebbyChefNEQ and BubbleCal July 9, 2024 22:05
@@ -1339,6 +1339,26 @@ def test_update_dataset_all_types(tmp_path: Path):
assert dataset.to_table() == expected


def test_update_with_binary_field(tmp_path: Path):
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: can we have a rust test as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure.

@codecov-commenter
Copy link

codecov-commenter commented Jul 9, 2024

Codecov Report

Attention: Patch coverage is 84.21053% with 6 lines in your changes missing coverage. Please review.

Project coverage is 80.10%. Comparing base (2502cdb) to head (42bfd90).

Files Patch % Lines
rust/lance/src/io/exec/planner.rs 84.21% 4 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2579      +/-   ##
==========================================
- Coverage   80.10%   80.10%   -0.01%     
==========================================
  Files         211      211              
  Lines       61038    61075      +37     
  Branches    61038    61075      +37     
==========================================
+ Hits        48894    48922      +28     
+ Misses       9219     9216       -3     
- Partials     2925     2937      +12     
Flag Coverage Δ
unittests 80.10% <84.21%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@eddyxu eddyxu merged commit ab7349e into main Jul 9, 2024
22 checks passed
@eddyxu eddyxu deleted the lei/binary_field branch July 9, 2024 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants