This is an automated email from the ASF dual-hosted git repository.
huaxingao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new cd097eb7e9 REST: Remove deprecated allowEmptyValue from REST spec
(#14364)
cd097eb7e9 is described below
commit cd097eb7e94686854f8b0cb42c77d3d1362a9ab8
Author: Yuya Ebihara <[email protected]>
AuthorDate: Thu Oct 23 00:05:24 2025 +0900
REST: Remove deprecated allowEmptyValue from REST spec (#14364)
* REST: Remove deprecated allowEmptyValue from REST spec
* fixup! REST: Remove deprecated allowEmptyValue from REST spec
---
open-api/rest-catalog-open-api.yaml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/open-api/rest-catalog-open-api.yaml
b/open-api/rest-catalog-open-api.yaml
index 3761a1a8e4..a75ade7eae 100644
--- a/open-api/rest-catalog-open-api.yaml
+++ b/open-api/rest-catalog-open-api.yaml
@@ -260,10 +260,10 @@ paths:
in: query
description:
An optional namespace, underneath which to list namespaces.
- If not provided or empty, all top-level namespaces should be
listed.
+ If not provided, all top-level namespaces should be listed.
+ For backward compatibility, empty string is treated as absent for
now.
If parent is a multipart namespace, the parts must be separated by
the unit separator (`0x1F`) byte.
required: false
- allowEmptyValue: true
schema:
type: string
example: "accounting%1Ftax"
@@ -1880,7 +1880,6 @@ components:
name: pageToken
in: query
required: false
- allowEmptyValue: true
schema:
$ref: '#/components/schemas/PageToken'