fresh-borzoni opened a new pull request, #544:
URL: https://github.com/apache/fluss-rust/pull/544
Continues @hemanthsavasere's work from #442 (which went stale).
Original implementation by @hemanthsavasere and this PR rebases on current
main, addresses review feedback from #442, and adds the follow-ups listed below.
Closes #442
## Original work
- `Datum::Row`, `InternalRow::get_row`, CompactedRow ROW deserializer
- `NestedRowWriter`, ROW arm in compacted key encoder
- ROW round-trip unit tests
## Added in this revival
- `field_id` machinery (server requires unique ids across nested ROW —
matches Java's `ReassignFieldId`)
- `ARRAY<ROW>` support
- Arrow log-path nested-ROW disambiguation
- Per-row `Vec<OnceLock>` allocation killed
- new tests
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]