kevinjqliu commented on PR #1429:
URL: https://github.com/apache/iceberg-python/pull/1429#issuecomment-2569957824

   I ran the tests locally `ARN=arn:aws:s3tables:us-east-2:... poetry run 
pytest tests/catalog/test_s3tables.py`
   had to manually add `s3tables.region` to the catalog config
   ```
       properties = {"s3tables.table-bucket-arn": table_bucket_arn, 
"s3tables.region": "us-east-2", "py-io-impl": 
"pyiceberg.io.fsspec.FsspecFileIO"}
   ```
   
   And these 3 testa failed, everything else is ✅ 
   ```
   FAILED 
tests/catalog/test_s3tables.py::test_s3tables_api_raises_on_conflicting_version_tokens
 - botocore.exceptions.NoRegionError: You must specify a region.
   FAILED 
tests/catalog/test_s3tables.py::test_s3tables_api_raises_on_preexisting_table - 
botocore.exceptions.NoRegionError: You must specify a region.
   FAILED 
tests/catalog/test_s3tables.py::test_creating_catalog_validates_s3_table_bucket_exists
 - botocore.exceptions.NoRegionError: You must specify a region.
   ```


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