Skip to content

feat: optimize the performance of datafusion planner#34

Merged
beinan merged 2 commits into
lance-format:mainfrom
ChunxuTang:optimization
Nov 5, 2025
Merged

feat: optimize the performance of datafusion planner#34
beinan merged 2 commits into
lance-format:mainfrom
ChunxuTang:optimization

Conversation

@ChunxuTang

Copy link
Copy Markdown
Collaborator

This PR optimizes the performance of the datafusion planner by:

  • combining property filters together
  • pre-allocating string capacity

@codecov-commenter

codecov-commenter commented Nov 4, 2025

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 80.64516% with 6 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (main@d6fd022). Learn more about missing BASE report.

Files with missing lines Patch % Lines
rust/lance-graph/src/datafusion_planner.rs 80.64% 6 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main      #34   +/-   ##
=======================================
  Coverage        ?   80.07%           
=======================================
  Files           ?       16           
  Lines           ?     7211           
  Branches        ?        0           
=======================================
  Hits            ?     5774           
  Misses          ?     1437           
  Partials        ?        0           
Flag Coverage Δ
rust-unittests 80.07% <80.64%> (?)

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.

@beinan beinan merged commit 193854a into lance-format:main Nov 5, 2025
9 checks passed
@ChunxuTang ChunxuTang deleted the optimization branch November 16, 2025 04:14
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