JingsongLi commented on PR #8407: URL: https://github.com/apache/paimon/pull/8407#issuecomment-4850710758
Addressed the Python lint review comments. Changes: - Removed the unused planner helper imports from `create_global_index.py`. - Updated planner tests to import those helpers directly from `build_plan.py`. Verification: - `python -m py_compile paimon-python/pypaimon/globalindex/build_plan.py paimon-python/pypaimon/globalindex/create_global_index.py paimon-python/pypaimon/tests/global_index_build_test.py` - `PYTHONPATH=$PWD/paimon-python python -m pytest paimon-python/pypaimon/tests/global_index_build_test.py -q` - `/tmp/paimon-flake8-venv/bin/python -m flake8 --config=paimon-python/dev/cfg.ini paimon-python/pypaimon/globalindex/create_global_index.py paimon-python/pypaimon/globalindex/build_plan.py paimon-python/pypaimon/tests/global_index_build_test.py` - `git diff --check` -- 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]
