kevinjqliu commented on PR #678: URL: https://github.com/apache/iceberg-rust/pull/678#issuecomment-2433021197
FYI, CI failing on main https://github.com/apache/iceberg-rust/commits/main/ Is it related to this PR? error message, ``` 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 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