Fokko commented on PR #349: URL: https://github.com/apache/iceberg-rust/pull/349#issuecomment-2503385681
@ZENOTME I think you're on Linux? I'm on Mac, and I think the docker networking is different. First I have to change the networking quite a bit, because the loop that waits for the rest catalog to become ready is pinging a `172.` IP address, which is not responding, so it is a `while true`. If I change it to `127.0.0.1`, and expose the ports in docker, then I get the weird error around the security token. -- 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