ajantha-bhat commented on code in PR #14869:
URL: https://github.com/apache/iceberg/pull/14869#discussion_r2629713739
##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -3687,6 +3741,17 @@ components:
additionalProperties:
type: string
+ RegisterViewRequest:
+ type: object
+ required:
+ - name
+ - metadata-location
+ properties:
+ name:
+ type: string
+ metadata-location:
+ type: string
+
Review Comment:
I did see this. But the java functionality in `Catalog.java` was not having
the `overwrite` functionality. Only the REST was enforcing it. Plus my main
usecase for register view is for migration and it doesn't require overwrite.
So, I left it. Users can add it in the future if there a strong usecase.
--
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]