stevenzwu commented on code in PR #12239:
URL: https://github.com/apache/iceberg/pull/12239#discussion_r1953584278
##########
open-api/rest-catalog-open-api.py:
##########
@@ -502,6 +502,9 @@ class PlanStatus(BaseModel):
class RegisterTableRequest(BaseModel):
name: str
metadata_location: str = Field(..., alias='metadata-location')
+ overwriteRequested: Optional[bool] = Field(
Review Comment:
should use underscore and hyphen for consistency. On the other hand, I think
simple `overwrite` is probably enougb
##########
open-api/rest-catalog-open-api.py:
##########
@@ -502,6 +502,9 @@ class PlanStatus(BaseModel):
class RegisterTableRequest(BaseModel):
name: str
metadata_location: str = Field(..., alias='metadata-location')
+ overwriteRequested: Optional[bool] = Field(
Review Comment:
should use underscore and hyphen for consistency. On the other hand, I think
simple `overwrite` is probably enough
--
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]