Conversation
With parquet-go v0.26.0 it now properly handles optional []byte data so we no longer need to store it as a string. ``` go get github.com/parquet-go/parquet-go go mod tidy ``` Using a []byte also means we can make the test code check for nil rather than a zero length string which is what we actually want.
WalkthroughThis PR upgrades parquet-go from v0.25.1 to v0.26.0 and refactors histogram data storage by changing HLL bytes fields from string to []byte type, eliminating unnecessary conversion steps when writing parquet data. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
🧰 Additional context used🧠 Learnings (3)📓 Common learnings📚 Learning: 2025-09-19T15:16:16.760ZApplied to files:
📚 Learning: 2025-09-19T15:14:01.687ZApplied to files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (4)
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 |
With parquet-go v0.26.0 it now properly handles optional []byte data so we no longer need to store it as a string.
Using a []byte also means we can make the test code check for nil rather than a zero length string which is what we actually want.
Summary by CodeRabbit
Chores
Refactor
✏️ Tip: You can customize this high-level summary in your review settings.