Huy1Ng opened a new pull request, #1289: URL: https://github.com/apache/datafusion-ballista/pull/1289
# Which issue does this PR close? #1288 #1271 Closes #. # Rationale for this change This is to improve the Python CI workflow, which is horribly slow at the moment. Like previous PR, I tried to reuse the CI workflows from the bigger datafusion-python repo. This also update rust to latest version and edition, which seems to help a lot with compilation time on rust and python workflows # What changes are included in this PR? - use uv for python build (in line with datafusion-python) - update to edition 2024 and rust 1.89.0 - re-enable python formater - add pytest job to pre-verify python build integrity # Are there any user-facing changes? Yes. uv use pyproject.toml and uv.lock, so requirements.txt is no longer needed for build steps. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org