feat: add Encode/Decode<19> for Value type#375
Conversation
Implement RDB v19 serialization for all Value variants including Bool, Int, Float, String, List, Point, VecF32, and temporal types. Split from #359.
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 59 minutes and 25 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #375 +/- ##
==========================================
- Coverage 84.15% 83.83% -0.33%
==========================================
Files 110 110
Lines 28963 29076 +113
==========================================
+ Hits 24375 24377 +2
- Misses 4588 4699 +111
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:
|
Summary
Split from #359.
Encode<19>forValue— serialize all property value types to RDB v19 binary formatDecode<19>forValue— deserialize from RDB v19 binary formatTest plan
cargo checkpasses