plusplusjiajia commented on code in PR #6295:
URL: https://github.com/apache/paimon/pull/6295#discussion_r2366753427
##########
docs/static/rest-catalog-open-api.yaml:
##########
@@ -350,6 +350,12 @@ paths:
in: query
schema:
type: string
+ - name: tableType
+ description: Filter tables by table type. All table types will be
returned if not set or empty.
+ in: query
+ schema:
+ type: string
+ enum: ["table", "format-table", "materialized-table",
"object-table", "lance-table", "iceberg-table"]
Review Comment:
> remove this enum, we don't need maintain enum here.
removed.
--
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]