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: add file writer option for python sdk #3523

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

SaintBacchus
Copy link
Collaborator

No description provided.

@github-actions github-actions bot added enhancement New feature or request python labels Mar 10, 2025
@SaintBacchus SaintBacchus force-pushed the AddFileWriterOptions branch from 45436a2 to 37d9992 Compare March 10, 2025 09:54
@codecov-commenter
Copy link

codecov-commenter commented Mar 10, 2025

Codecov Report

Attention: Patch coverage is 92.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 78.81%. Comparing base (8643409) to head (3debacc).

Files with missing lines Patch % Lines
rust/lance/src/dataset/fragment/write.rs 66.66% 0 Missing and 1 partial ⚠️
rust/lance/src/dataset/write.rs 95.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3523      +/-   ##
==========================================
+ Coverage   78.79%   78.81%   +0.01%     
==========================================
  Files         254      254              
  Lines       95423    95434      +11     
  Branches    95423    95434      +11     
==========================================
+ Hits        75192    75216      +24     
+ Misses      17121    17110      -11     
+ Partials     3110     3108       -2     
Flag Coverage Δ
unittests 78.81% <92.00%> (+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.

Comment on lines +3730 to +3731
Extra file write options that make sense to control lance data file. This is
used to set page size for file in disk.
Copy link
Contributor

Choose a reason for hiding this comment

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

You should probably document somewhere what the keys are.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

fine. I will add docs and tests after resolved the ci issues

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