Re: [PR] GH-46736: [CI] Disable Parquet in conan-minimum [arrow]
conbench-apache-arrow[bot] commented on PR #46744: URL: https://github.com/apache/arrow/pull/46744#issuecomment-2957716817 After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 56335824b816abbdee761daf87b5563a07e4e410. There were 66 benchmark results with an error: - Commit Run on `arm64-t4g-2xlarge-linux` at [2025-06-09 22:27:44Z](https://conbench.ursa.dev/compare/runs/4d57a6dcf8fe4f9e8423aca3e4dadbe4...1c715fbf40984c2194b496a87d7c809b/) - [`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/0684772b507c71ca80005b410222e0c2) - [`tpch` (R) with engine=arrow, format=native, language=R, memory_map=False, query_id=TPCH-01, scale_factor=1](https://conbench.ursa.dev/benchmark-results/068476fa624f70c080009771ce3b5886) - and 64 more (see the report linked below) There were no benchmark performance regressions. 🎉 The [full Conbench report](https://github.com/apache/arrow/runs/43782200093) has more details. It also includes information about 16 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-46736: [CI] Disable Parquet in conan-minimum [arrow]
kou merged PR #46744: URL: https://github.com/apache/arrow/pull/46744 -- 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-46736: [CI] Disable Parquet in conan-minimum [arrow]
hiroyuki-sato commented on PR #46744: URL: https://github.com/apache/arrow/pull/46744#issuecomment-2955130085 LGTM👍 Thanks! -- 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-46736: [CI] Disable Parquet in conan-minimum [arrow]
github-actions[bot] commented on PR #46744: URL: https://github.com/apache/arrow/pull/46744#issuecomment-2955068156 Revision: 25cd22b020c89908593454857a453db0aa58055c Submitted crossbow builds: [ursacomputing/crossbow @ actions-16c23e405a](https://github.com/ursacomputing/crossbow/branches/all?query=actions-16c23e405a) |Task|Status| ||--| |conan-maximum|[](https://github.com/ursacomputing/crossbow/actions/runs/15530266881/job/43717538846)| |conan-minimum|[](https://github.com/ursacomputing/crossbow/actions/runs/15530266721/job/43717538426)| -- 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-46736: [CI] Disable Parquet in conan-minimum [arrow]
kou commented on PR #46744: URL: https://github.com/apache/arrow/pull/46744#issuecomment-2955062354 @github-actions crossbow submit -g conan -- 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
[PR] GH-46736: [CI] Disable Parquet in conan-minimum [arrow]
kou opened a new pull request, #46744: URL: https://github.com/apache/arrow/pull/46744 ### Rationale for this change #45459 introduced RapidJSON dependency to Parquet support. Conan recipe enables Parquet by default but it doesn't enable RapidJSON by default. So we can't find RapidJSON. ### What changes are included in this PR? Disable Parquet by default. We should report "Parquet support requires RapidJSON support" to Conan when we release 21.0.0. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. -- 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