Skip to content

feat: add support for fixed size binary to btree#3613

Merged
westonpace merged 3 commits intolance-format:mainfrom
westonpace:feat/scalar-index-fixed-size-binary
Mar 27, 2025
Merged

feat: add support for fixed size binary to btree#3613
westonpace merged 3 commits intolance-format:mainfrom
westonpace:feat/scalar-index-fixed-size-binary

Conversation

@westonpace
Copy link
Copy Markdown
Member

This PR also allows NANs to exist in the btree column

@github-actions github-actions Bot added enhancement New feature or request python labels Mar 27, 2025
"0x32333435323334353233343532333435, "
"'FixedSizeBinary(16)')"
)
).analyze_plan()
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

can we run the query and assert the result is correct?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Oops, yes. I need to finish this test.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Mar 27, 2025

Codecov Report

Attention: Patch coverage is 75.81699% with 37 lines in your changes missing coverage. Please review.

Project coverage is 78.71%. Comparing base (40142fb) to head (75e1eda).

Files with missing lines Patch % Lines
rust/lance-datafusion/src/expr.rs 0.00% 16 Missing ⚠️
rust/lance-index/src/scalar/btree.rs 83.58% 7 Missing and 4 partials ⚠️
rust/lance-index/src/scalar/expression.rs 71.42% 8 Missing and 2 partials ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3613   +/-   ##
=======================================
  Coverage   78.71%   78.71%           
=======================================
  Files         258      259    +1     
  Lines       96900    96965   +65     
  Branches    96900    96965   +65     
=======================================
+ Hits        76271    76324   +53     
- Misses      17556    17568   +12     
  Partials     3073     3073           
Flag Coverage Δ
unittests 78.71% <75.81%> (+<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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@westonpace westonpace merged commit 9c9c0ad into lance-format:main Mar 27, 2025
28 checks passed
Jay-ju pushed a commit to Jay-ju/lance that referenced this pull request Mar 28, 2025
This PR also allows NANs to exist in the btree column
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.

3 participants