tub opened a new pull request, #7351: URL: https://github.com/apache/paimon/pull/7351
## Summary - Add `paimon` CLI entry point with `tail` subcommand - `paimon tail` streams real-time table changes to terminal with formatted output - Add CLI utilities for table formatting, column sizing, and output rendering - Add CLI documentation to `python-api.md` - Add `click` dependency to `setup.py` ## Stacked PR series This is **PR 3/5** in the Python streaming read series: - PR 1a: Caching infrastructure + utilities - PR 1b: Scanners, sharding, row kind - PR 1c: Consumer management - PR 2: Core streaming (`AsyncStreamingTableScan`) - **PR 3** (this): CLI (`paimon tail`) (~1389 lines) Incremental diff (vs PR 2): https://github.com/apache/paimon/compare/python-streaming-2-core-v2...tub:paimon:python-streaming-3-cli-v2 ## Test plan - [x] `flake8` passes on all changed files - [x] `python -m pytest` passes (630/630) - [x] New tests: `cli_utils_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]
