tub opened a new pull request, #7350: URL: https://github.com/apache/paimon/pull/7350
## Summary - Add `StreamReadBuilder` for configuring streaming reads with consumer registration and sharding - Add `AsyncStreamingTableScan` for async iteration over incremental table changes - Add streaming read support to `FileStoreTable`, `Table`, `FormatTable`, `IcebergTable` - Add acceptance test for incremental diff reads - Add streaming documentation to `python-api.md` - Add oss/lance extras to `setup.py` ## Stacked PR series This is **PR 2/5** in the Python streaming read series: - PR 1a: Caching infrastructure + utilities - PR 1b: Scanners, sharding, row kind - PR 1c: Consumer management - **PR 2** (this): Core streaming (~2717 lines) - PR 3: CLI (`paimon tail`) Incremental diff (vs 1c): https://github.com/apache/paimon/compare/python-streaming-1c-consumer...tub:paimon:python-streaming-2-core-v2 ## Test plan - [x] `flake8` passes on all changed files - [x] `python -m pytest` passes - [x] New tests: `streaming_table_scan_test.py`, `stream_read_builder_sharding_test.py`, `incremental_diff_acceptance_test.py` -- 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]
