| commit | 7703bcdc8ecf0769fd478259665159cc6666695e | [log] [tgz] |
|---|---|---|
| author | yuzelin <33053040+yuzelin@users.noreply.github.com> | Wed Oct 09 18:04:16 2024 +0800 |
| committer | GitHub <noreply@github.com> | Wed Oct 09 18:04:16 2024 +0800 |
| tree | 148bec167f97fd89920da079bcd91778fe3a0e53 | |
| parent | 953f30fa9f696c8f077559c9c05f5c904e83f62b [diff] |
Add tests for new reader and writer api (#17)

This repo is for Apache Paimon Python SDK.
Flake8 is used to enforce some coding guidelines.
pip install flake8./usr/bin/python.-m flake8 --config=tox.ini.$ProjectFileDir$.You can verify the setup by right-clicking on any file or folder in the flink-python project and running “External Tools” → “flake8”.
We provide script to check codes.
./dev/lint-python.sh # execute all checks ./dev/lint-python.sh -h # run this to see more usages
We provide script to build wheel.
./dev/build-wheels.sh
The target wheel is under dist/
See Apache Paimon Python API Doc.