youngyjd opened a new pull request, #9093:
URL: https://github.com/apache/gravitino/pull/9093
### What changes were proposed in this pull request?
set `props.put("register", "true")` in lance rest server register table api,
which will be passed to GenericLakehouseCatalogOperations -
https://github.com/apache/gravitino/blob/d724f2e5226cb7348803b8ade9821a030472aa40/catalogs/catalog-generic-lakehouse/src/main/java/org/apache/gravitino/catalog/lakehouse/GenericLakehouseCatalogOperations.java#L282,
so it only register the table but not creating physical table location.
### Why are the changes needed?
Without `props.put("register", "true");`, Lance catalog will actually
creates the table on the physical storage location.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Unit test
--
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]