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.
   
   ### To Reproduce
   
   Reproduce code and repo: 
https://github.com/dentiny/iceberg-rust-namespace-exists
   The above repo attempts to include only `storage-fs` feature, and regular 
build command `cargo build` fails with compilation failure:
   ```sh
   error[E0282]: type annotations needed
      --> 
/usr/local/cargo/git/checkouts/iceberg-rust-1cfaaa0dd97c960f/7a5ad1f/crates/iceberg/src/io/storage.rs:115:21
       |
   115 |                     Ok((op, stripped))
       |                     ^^ cannot infer type of the type parameter `E` 
declared on the enum `Result`
       |
   help: consider specifying the generic arguments
       |
   115 |                     Ok::<(Operator, &str), E>((op, stripped))
       |                       +++++++++++++++++++++++
   ```
   
   ### Expected behavior
   
   Compilation and link pass with no issues.
   
   ### Willingness to contribute
   
   None


-- 
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: issues-unsubscr...@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to