-
Notifications
You must be signed in to change notification settings - Fork 265
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
base: main
Are you sure you want to change the base?
Conversation
45436a2
to
37d9992
Compare
Codecov ReportAttention: Patch coverage is
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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Extra file write options that make sense to control lance data file. This is | ||
used to set page size for file in disk. |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
No description provided.