-
Notifications
You must be signed in to change notification settings - Fork 10
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
fix: cache rollup task serialization #872
Conversation
there's an error where the cursor of the serialized table BytesIO is not at the start which causes it to fail writing to GCP, this fixes that
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #872 +/- ##
=======================================
Coverage 97.93% 97.93%
=======================================
Files 444 444
Lines 35463 35464 +1
=======================================
+ Hits 34731 34732 +1
Misses 732 732
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #872 +/- ##
=======================================
Coverage 97.93% 97.93%
=======================================
Files 444 444
Lines 35463 35464 +1
=======================================
+ Hits 34731 34732 +1
Misses 732 732
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #872 +/- ##
=======================================
Coverage 97.93% 97.93%
=======================================
Files 444 444
Lines 35463 35464 +1
=======================================
+ Hits 34731 34732 +1
Misses 732 732
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #872 +/- ##
=======================================
Coverage 97.93% 97.93%
=======================================
Files 444 444
Lines 35463 35464 +1
=======================================
+ Hits 34731 34732 +1
Misses 732 732
Flags with carried forward coverage won't be shown. Click here to find out more.
|
✅ All tests successful. No failed tests were found. 📣 Thoughts on this report? Let Codecov know! | Powered by Codecov |
there's an error where the cursor of the serialized table BytesIO is not at the start which causes it to fail writing to GCP, this fixes that