gh-yzou commented on code in PR #4043:
URL: https://github.com/apache/polaris/pull/4043#discussion_r2979520592
##########
runtime/service/src/main/java/org/apache/polaris/service/catalog/generic/GenericTableCatalogAdapter.java:
##########
@@ -72,6 +72,7 @@ public Response createGenericTable(
String prefix,
String namespace,
CreateGenericTableRequest createGenericTableRequest,
+ String xGenericTableAccessDelegation,
Review Comment:
Yes, this isn’t implemented yet. The initial goal of this PR was just to
update the API spec, but the build started failing since adding new parameters
affects the generated interface.
I’ll follow up with additional PRs to implement the credential vending
support.
--
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]