| commit | b4dd596dadafe7c4e323d950433714a897045170 | [log] [tgz] |
|---|---|---|
| author | ChengHui Chen <27797326+chenghuichen@users.noreply.github.com> | Thu May 22 18:28:48 2025 +0800 |
| committer | GitHub <noreply@github.com> | Thu May 22 18:28:48 2025 +0800 |
| tree | 24c0d84dc8b5de4dc6cabe39c7c593f7f564b325 | |
| parent | 0be8175389f4f80f97ed7f964cfd002c55e7592b [diff] |
#49 Implement Python native read with PyArrow (#50)

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 a script to build source distribution package.
./dev/build-source-distribution-package.sh
The package is under dist/.
See Apache Paimon Python API Doc.