JingsongLi commented on PR #8407: URL: https://github.com/apache/paimon/pull/8407#issuecomment-4850762775
Fixed the CI failure caused by Spotless formatting in `GlobalIndexBuilderUtilsTest`. Root cause: - CI runs Java builds without `-Pfast-build`, so Spotless checked formatting and failed before Python lint/tests could run. Verification: - `mvn -pl paimon-core -am -DfailIfNoTests=false -Dtest=GlobalIndexBuilderUtilsTest,SortedGlobalIndexBuilderTest test` - `/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` - `PYTHONPATH=$PWD/paimon-python python -m pytest paimon-python/pypaimon/tests/global_index_build_test.py -q` - `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]
