sdd opened a new issue, #679:
URL: https://github.com/apache/iceberg-rust/issues/679

   Submitting a fix for this now.
   
   See 
https://github.com/apache/iceberg-rust/actions/runs/11504666519/job/32024660546?pr=652
   
   ```
   error: use of deprecated method `opendal::Operator::is_exist`: rename to 
`exists` for consistence with `std::fs::exists`
      --> crates/iceberg/src/io/file_io.rs:100:15
       |
   100 |         Ok(op.is_exist(relative_path).await?)
       |               ^^^^^^^^
       |
       = note: `-D deprecated` implied by `-D warnings`
       = help: to override `-D warnings` add `#[allow(deprecated)]`
   
   error: use of deprecated method `opendal::Operator::is_exist`: rename to 
`exists` for consistence with `std::fs::exists`
      --> crates/iceberg/src/io/file_io.rs:246:14
       |
   246 |             .is_exist(&self.path[self.relative_path_pos..])
       |              ^^^^^^^^
   
   error: use of deprecated method `opendal::Operator::is_exist`: rename to 
`exists` for consistence with `std::fs::exists`
      --> crates/iceberg/src/io/file_io.rs:328:14
       |
   328 |             .is_exist(&self.path[self.relative_path_pos..])
       |              ^^^^^^^^
   ```


-- 
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