ndrluis commented on issue #495: URL: https://github.com/apache/iceberg-rust/issues/495#issuecomment-2254669702
I found the problem. I don’t know how to solve it, but I will try. The `while let Some(Ok(task)) = tasks.next().await statement` is hiding some errors. In my previous attempt, I was trying to run it without the S3 credentials and was not receiving the access denied error. This happens because `tasks.next()` returns the error but does not expose it to the user. While testing with Tabular, I'm receiving a 403 error from S3. So, we have two issues to solve. One is to expose the reading errors to the user, and the other is to understand why we are getting these access denied errors. -- 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