HonahX commented on code in PR #936:
URL: https://github.com/apache/polaris/pull/936#discussion_r1940359162
##########
spec/polaris-catalog-service.yaml:
##########
@@ -116,6 +118,15 @@ paths:
/v1/{prefix}/views/rename:
$ref: './rest-catalog-open-api.yaml#/paths/~1v1~1{prefix}~1views~1rename'
+ # /v1/{prefix}/namespaces/{namespace}/tables/{table}/plan:
+ # Not implemented in Polaris
+
+ # /v1/{prefix}/namespaces/{namespace}/tables/{table}/plan/{plan-id}:
+ # Not implemented in Polaris
+
+ # /v1/{prefix}/namespaces/{namespace}/tables/{table}/tasks:
+ # Not implemented in Polaris
Review Comment:
These endpoints are included in 1.7.1 spec but Polaris hasn't supported them
yet. I put them here so that we won't lose track.
##########
spec/polaris-catalog-service.yaml:
##########
@@ -116,6 +118,15 @@ paths:
/v1/{prefix}/views/rename:
$ref: './rest-catalog-open-api.yaml#/paths/~1v1~1{prefix}~1views~1rename'
+ # /v1/{prefix}/namespaces/{namespace}/tables/{table}/plan:
+ # Not implemented in Polaris
+
+ # /v1/{prefix}/namespaces/{namespace}/tables/{table}/plan/{plan-id}:
+ # Not implemented in Polaris
+
+ # /v1/{prefix}/namespaces/{namespace}/tables/{table}/tasks:
+ # Not implemented in Polaris
Review Comment:
These endpoints are included in 1.7.1 rest spec but Polaris hasn't supported
them yet. I put them here so that we won't lose track.
--
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]