anuragmantri commented on PR #12274:
URL: https://github.com/apache/iceberg/pull/12274#issuecomment-2663830276

   I see some CI failures complaining of missing environment variables now. I 
can reproduce them locally. 
   
   ```
   java.lang.NullPointerException: region must not be null.
        at 
software.amazon.awssdk.utils.Validate.paramNotBlank(Validate.java:177)
        at software.amazon.awssdk.regions.Region.of(Region.java:168)
        at software.amazon.awssdk.regions.Region.of(Region.java:164)
        at 
org.apache.iceberg.aws.AwsIntegTestUtil.createS3ControlClient(AwsIntegTestUtil.java:205)
        at 
org.apache.iceberg.aws.s3.TestS3FileIOIntegration.beforeClass(TestS3FileIOIntegration.java:98)
   ```
   
   I will debug the issue. 


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

Reply via email to