Re: [PR] GH-46516: [CI][Python] Force Cython>3.1.1 for docs builds [arrow]
conbench-apache-arrow[bot] commented on PR #46770: URL: https://github.com/apache/arrow/pull/46770#issuecomment-2961285832 After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit d2a8b78cacc766cf3b9ac206dc8f2afbd3975947. There were 70 benchmark results with an error: - Commit Run on `arm64-t4g-2xlarge-linux` at [2025-06-10 22:40:34Z](https://conbench.ursa.dev/compare/runs/f795864e50544cf99e01662e0876b8fe...8fa2e4b92131499f9c85c9cb69bf52da/) - [`tpch` (R) with engine=arrow, format=parquet, language=R, memory_map=False, query_id=TPCH-07, scale_factor=1](https://conbench.ursa.dev/benchmark-results/06848c6cdf8c7af28000933a80c071e8) - [`tpch` (R) with engine=arrow, format=native, language=R, memory_map=False, query_id=TPCH-09, scale_factor=1](https://conbench.ursa.dev/benchmark-results/06848c781e6f7cb080006fa29d9843d8) - and 68 more (see the report linked below) There were no benchmark performance regressions. 🎉 The [full Conbench report](https://github.com/apache/arrow/runs/43862925991) has more details. It also includes information about 49 possible false positives for unstable benchmarks that are known to sometimes produce them. -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] GH-46516: [CI][Python] Force Cython>3.1.1 for docs builds [arrow]
kou merged PR #46770: URL: https://github.com/apache/arrow/pull/46770 -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] GH-46516: [CI][Python] Force Cython>3.1.1 for docs builds [arrow]
pitrou commented on code in PR #46770: URL: https://github.com/apache/arrow/pull/46770#discussion_r2137968349 ## ci/conda_env_sphinx.txt: ## @@ -18,6 +18,7 @@ # Requirements for building the documentation breathe doxygen +cython>3.1.1 Review Comment: Nit: move this up one line to keep things alphabetically ordered? -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] GH-46516: [CI][Python] Force Cython>3.1.1 for docs builds [arrow]
raulcd commented on code in PR #46770: URL: https://github.com/apache/arrow/pull/46770#discussion_r2137979003 ## ci/conda_env_sphinx.txt: ## @@ -18,6 +18,7 @@ # Requirements for building the documentation breathe doxygen +cython>3.1.1 Review Comment: sorry, I wanted to do this in alphabetical order from the start, not sure how I ended up with the wrong order. Thanks for noticing! -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] GH-46516: [CI][Python] Force Cython>3.1.1 for docs builds [arrow]
raulcd commented on code in PR #46770: URL: https://github.com/apache/arrow/pull/46770#discussion_r2137973145 ## ci/conda_env_sphinx.txt: ## @@ -18,6 +18,7 @@ # Requirements for building the documentation breathe doxygen +cython>3.1.1 Review Comment: ```suggestion cython>3.1.1 doxygen ``` -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org