Skip to content

Conversation

@alamb
Copy link
Contributor

@alamb alamb commented May 13, 2025

Which issue does this PR close?

Rationale for this change

The new rust release will limit the length of formatting identifiers, so we need to update the tests to create test data using a different mechanism

What changes are included in this PR?

Rewrite test to avoid soon to be unsupported format! strings

Are there any user-facing changes?

No this is a test only change

@tustvold tustvold merged commit ede9601 into apache:main May 16, 2025
8 checks passed
@alamb alamb deleted the alamb/fix_new_rust branch May 16, 2025 18:46
@zensh
Copy link
Contributor

zensh commented Jun 5, 2025

I am facing the same issue. May I ask when a new version will be released to fix this problem?

https://github.com/ldclabs/ic-oss/actions/runs/15457272105/job/43511721430

@alamb
Copy link
Contributor Author

alamb commented Jun 5, 2025

I am facing the same issue. May I ask when a new version will be released to fix this problem?

https://github.com/ldclabs/ic-oss/actions/runs/15457272105/job/43511721430

I am hoping shortly but there is some sort of integration test that needs to be debugged. See the status of the release here

If you can spare some help debugging whatever is wrong that would be super helpful

AdamGS pushed a commit to AdamGS/arrow-rs-object-store that referenced this pull request Sep 4, 2025
* Update integration test to avoid long format strings

* Update src/integration.rs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compilation error in tests with Rust 1.87: integer out of range for u16 in format string

3 participants