Re: [I] Compilation failure with only storage-fs feature used [iceberg-rust]

2025-05-12 Thread via GitHub
sdd closed issue #1303: Compilation failure with only storage-fs feature used URL: https://github.com/apache/iceberg-rust/issues/1303 -- 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 comm

Re: [I] Compilation failure with only storage-fs feature used [iceberg-rust]

2025-05-10 Thread via GitHub
dentiny commented on issue #1303: URL: https://github.com/apache/iceberg-rust/issues/1303#issuecomment-2869495842 > Interesting. I didn’t expect that we would need a type hint here. Let me take a look. I also find it weird, returning the explicit error type is the easiest fix I could

Re: [I] Compilation failure with only storage-fs feature used [iceberg-rust]

2025-05-10 Thread via GitHub
Xuanwo commented on issue #1303: URL: https://github.com/apache/iceberg-rust/issues/1303#issuecomment-2868619402 Interesting. I didn’t expect that we would need a type hint here. Let me take a look. -- This is an automated message from the Apache Git Service. To respond to the message, pl

Re: [I] Compilation failure with only storage-fs feature used [iceberg-rust]

2025-05-08 Thread via GitHub
dentiny commented on issue #1303: URL: https://github.com/apache/iceberg-rust/issues/1303#issuecomment-2864874589 A followup question: what's the idiomatic way to test different combination of features in CI, to prevent it happen? Local `cargo test` and `cargo build` only build for defaul

[I] Compilation failure with only storage-fs feature used [iceberg-rust]

2025-05-08 Thread via GitHub
dentiny opened a new issue, #1303: URL: https://github.com/apache/iceberg-rust/issues/1303 ### Apache Iceberg Rust version 0.4.0 (latest version) ### Describe the bug I'm using main branch, and suffers compilation failure when only storage-fs feature included. ###