kevinjqliu commented on issue #2781:
URL:
https://github.com/apache/iceberg-python/issues/2781#issuecomment-3582600976
Ran it locally, only available in 4.2.0
```
docker run --rm \
-p 9191:9191 \
--env SERVICE_NAME=metastore \
--env SERVICE_OPTS="-Dmetastore.catalog.servlet.port=9191" \
apache/hive:standalone-metastore-4.2.0
```
And tried
https://py.iceberg.apache.org/contributing/#running-integration-tests-against-rest-catalogs
```
PYICEBERG_TEST_CATALOG=default
PYICEBERG_CATALOG__DEFAULT__URI=http://localhost:9191/iceberg/ make
test-integration
```
There's some issue in the testing setup where the `PYICEBERG_TEST_CATALOG`
must be `default`, not sure why
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]