fresh-borzoni opened a new pull request, #246:
URL: https://github.com/apache/fluss-rust/pull/246
## Summary
Add two scanner types and three poll methods to Python bindings for
flexible log consumption:
- `new_log_scanner()` - creates record-based scanner
- `new_batch_scanner()` - creates batch-based scanner
**Poll methods:**
- `poll(timeout_ms)` → `List[ScanRecord]` - per-record metadata (offset,
timestamp, change_type)
- `poll_batches(timeout_ms)` → `List[RecordBatch]` - batches with offset
metadata
- `poll_arrow(timeout_ms)` → `pa.Table` - efficient columnar format for
analytics
--
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]