-
Notifications
You must be signed in to change notification settings - Fork 523
refactor!: deprecate TFRecord support #4593
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
Conversation
wjones127
left a comment
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.
I think the things we want to delete are the tfrecord stuff, which is the only part we have Rust bindings for.
The other tensorflow stuff in Python I think we can keep.
d8f16fd to
5b193bf
Compare
a53730a to
770d764
Compare
6a0cd3f to
8f7217e
Compare
|
I added a work around for the unit test failure in #4598 |
|
My guess is that for this PR if you reverted your cargo lock's arrow and datafusion it would pass. |
8f7217e to
4447710
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4593 +/- ##
==========================================
+ Coverage 80.58% 80.89% +0.30%
==========================================
Files 317 316 -1
Lines 119671 119054 -617
Branches 119671 119054 -617
==========================================
- Hits 96439 96308 -131
+ Misses 19773 19294 -479
+ Partials 3459 3452 -7
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:
|
3d33fbb to
3c52c49
Compare
3c52c49 to
312f50f
Compare
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
This PR removes TFRecord support from Lance while maintaining TensorFlow tf.data integration. Closes #4586