Re: [I] msrv check failing on main due to `[email protected]` [arrow-rs]
alamb commented on issue #9938:
URL: https://github.com/apache/arrow-rs/issues/9938#issuecomment-4616721150
`label_issue.py` automatically added labels {'next-major-release'} from #9933
--
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]
Re: [I] msrv check failing on main due to `[email protected]` [arrow-rs]
alamb commented on issue #9938:
URL: https://github.com/apache/arrow-rs/issues/9938#issuecomment-4616720746
`label_issue.py` automatically added labels {'arrow-flight'} from #9933
--
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]
Re: [I] msrv check failing on main due to `[email protected]` [arrow-rs]
alamb commented on issue #9938:
URL: https://github.com/apache/arrow-rs/issues/9938#issuecomment-4616722121
`label_issue.py` automatically added labels {'performance'} from #9831
--
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]
Re: [I] msrv check failing on main due to `[email protected]` [arrow-rs]
alamb commented on issue #9938:
URL: https://github.com/apache/arrow-rs/issues/9938#issuecomment-4616721572
`label_issue.py` automatically added labels {'parquet'} from #9846
--
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]
Re: [I] msrv check failing on main due to `[email protected]` [arrow-rs]
alamb commented on issue #9938:
URL: https://github.com/apache/arrow-rs/issues/9938#issuecomment-4616720315
`label_issue.py` automatically added labels {'arrow'} from #9933
--
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]
Re: [I] msrv check failing on main due to `[email protected]` [arrow-rs]
alamb closed issue #9938: msrv check failing on main due to `[email protected]` URL: https://github.com/apache/arrow-rs/issues/9938 -- 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]
Re: [I] msrv check failing on main due to `[email protected]` [arrow-rs]
alamb commented on issue #9938: URL: https://github.com/apache/arrow-rs/issues/9938#issuecomment-4397407372 Here is a PR to fix it: - https://github.com/apache/arrow-rs/pull/9941 -- 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]
Re: [I] msrv check failing on main due to `[email protected]` [arrow-rs]
alamb commented on issue #9938: URL: https://github.com/apache/arrow-rs/issues/9938#issuecomment-4397195166 The guidance on lock files changed here: https://blog.rust-lang.org/2023/08/29/committing-lockfiles/ -- 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]
Re: [I] msrv check failing on main due to `[email protected]` [arrow-rs]
alamb commented on issue #9938: URL: https://github.com/apache/arrow-rs/issues/9938#issuecomment-4397169466 I think the "right" solution here is to check in a Cargo.lock file so that we control what dependencies we are testing against rather than verify MSRV against the tip of all our dependencies I'll make a PR -- 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]
[I] msrv check failing on main due to `[email protected]` [arrow-rs]
Jefffrey opened a new issue, #9938:
URL: https://github.com/apache/arrow-rs/issues/9938
**Describe the bug**
see run
https://github.com/apache/arrow-rs/actions/runs/25472344356/job/74738606768
```json
{"type":"check_result","toolchain":{"version":"1.85.0","target":"x86_64-unknown-linux-gnu","components":[]},"is_compatible":false,"error":"error:
rustc 1.85.0 is not supported by the following packages:\n [email protected]
requires rustc 1.88\n [email protected] requires rustc 1.88\nEither upgrade
rustc or select compatible dependency versions with\n`cargo update
@ --precise `\nwhere `` is
the latest version supporting rustc 1.85.0\n\n"}
{"type":"check_toolchain","toolchain":{"version":"1.85.0","target":"x86_64-unknown-linux-gnu","components":[]},"scope":{"id":1,"marker":"end"}}
{"type":"subcommand_result","subcommand_id":"verify","result":{"toolchain":{"version":"1.85.0","target":"x86_64-unknown-linux-gnu","components":[]},"is_compatible":false,"error":"error:
rustc 1.85.0 is not supported by the following packages:\n [email protected]
requires rustc 1.88\n [email protected] requires rustc 1.88\nEither upgrade
rustc or select compatible dependency versions with\n`cargo update
@ --precise `\nwhere `` is
the latest version supporting rustc 1.85.0\n\n"}}
{"type":"terminate_with_failure","reason":{"description":"Crate source was
found to be incompatible with Rust version '1.85.0' specified as MSRV in the
Cargo manifest located at
'/__w/arrow-rs/arrow-rs/arrow-integration-testing/Cargo.toml'"}}
```
**To Reproduce**
**Expected behavior**
**Additional context**
--
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]
