Re: [PR] build: Use stable channel in rust-toolchain [datafusion-comet]

2025-03-03 Thread via GitHub
andygrove merged PR #1465: URL: https://github.com/apache/datafusion-comet/pull/1465 -- 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...@

Re: [PR] build: Use stable channel in rust-toolchain [datafusion-comet]

2025-03-03 Thread via GitHub
codecov-commenter commented on PR #1465: URL: https://github.com/apache/datafusion-comet/pull/1465#issuecomment-2695201063 ## [Codecov](https://app.codecov.io/gh/apache/datafusion-comet/pull/1465?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_ca

Re: [PR] build: Use stable channel in rust-toolchain [datafusion-comet]

2025-03-03 Thread via GitHub
andygrove commented on code in PR #1465: URL: https://github.com/apache/datafusion-comet/pull/1465#discussion_r1977931543 ## native/core/benches/perf.rs: ## @@ -30,7 +30,7 @@ pub struct FlamegraphProfiler<'a> { active_profiler: Option>, } -impl<'a> FlamegraphProfiler<'a>

[PR] build: Use stable channel in rust-toolchain [datafusion-comet]

2025-03-03 Thread via GitHub
andygrove opened a new pull request, #1465: URL: https://github.com/apache/datafusion-comet/pull/1465 ## Which issue does this PR close? Closes #. ## Rationale for this change ## What changes are included in this PR? ## How are these changes