FANNG1 opened a new issue, #6649:
URL: https://github.com/apache/gravitino/issues/6649

   ### Version
   
   main branch
   
   ### Describe what's wrong
   
   The context is https://github.com/apache/gravitino/discussions/6645, 
   
   ```java
     private static InMemoryCatalog loadMemoryCatalog(IcebergConfig 
icebergConfig) {
       String icebergCatalogName = icebergConfig.getCatalogBackendName();
       InMemoryCatalog memoryCatalog = new InMemoryCatalog();
       Map<String, String> resultProperties = 
icebergConfig.getIcebergCatalogProperties();
       resultProperties.put(CatalogProperties.WAREHOUSE_LOCATION, "/tmp");
       memoryCatalog.initialize(icebergCatalogName, resultProperties);
       return memoryCatalog;
     }
   ```
   
   ### Error message and/or stacktrace
   
   no
   
   ### How to reproduce
   
   gravitino.iceberg-rest.catalog-backend = memory
   gravitino.iceberg-rest.io-impl= org.apache.iceberg.aws.s3.S3FileIO
   gravitino.iceberg-rest.warehouse = s3://tp-internal2/jove/gravitino1
   gravitino.iceberg-rest.s3-endpoint = 
https://tp-internal2.s3.us-west-2.amazonaws.com
   gravitino.iceberg-rest.s3-region = us-west-2
   gravitino.iceberg-rest.credential-providers = s3-secret-key
   gravitino.iceberg-rest.s3-access-key-id = AKIA2..
   gravitino.iceberg-rest.s3-secret-access-key =
   
   
   ### Additional context
   
   _No response_


-- 
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: commits-unsubscr...@gravitino.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to