This is an automated email from the ASF dual-hosted git repository.
mchades pushed a commit to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-1.3 by this push:
new e1c24bb822 [Cherry-pick to branch-1.3] [#11985] fix(openapi): repair
three codegen-breaking defects invisible to lint (#11988) (#12053)
e1c24bb822 is described below
commit e1c24bb82239d4491c325ba95fd05b6c59d57ef9
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 17 18:11:43 2026 +0800
[Cherry-pick to branch-1.3] [#11985] fix(openapi): repair three
codegen-breaking defects invisible to lint (#11988) (#12053)
**Cherry-pick Information:**
- Original commit: 4074abf9147c9ce4b40bc3a6f06f864ded8745bf
- Target branch: `branch-1.3`
- Status: ✅ Clean cherry-pick (no conflicts)
Co-authored-by: Nevin Zheng <[email protected]>
---
docs/open-api/filesets.yaml | 1 -
docs/open-api/models.yaml | 3 +--
docs/open-api/tables.yaml | 6 ++----
3 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/docs/open-api/filesets.yaml b/docs/open-api/filesets.yaml
index 8a3915c4f3..956b9bad63 100644
--- a/docs/open-api/filesets.yaml
+++ b/docs/open-api/filesets.yaml
@@ -231,7 +231,6 @@ paths:
required: false
schema:
type: string
- default: null
description: The name of the storage location
responses:
"200":
diff --git a/docs/open-api/models.yaml b/docs/open-api/models.yaml
index 79e94ea06d..08446ca984 100644
--- a/docs/open-api/models.yaml
+++ b/docs/open-api/models.yaml
@@ -385,7 +385,6 @@ paths:
required: false
schema:
type: string
- default: null
description: The uri name of the model version
responses:
"200":
@@ -423,7 +422,6 @@ paths:
required: false
schema:
type: string
- default: null
description: The uri name of the model version
responses:
"200":
@@ -889,6 +887,7 @@ components:
type: array
description: The list of model versions
items:
+ type: integer
format: int32
ModelVersionInfoListResponse:
diff --git a/docs/open-api/tables.yaml b/docs/open-api/tables.yaml
index 1e199c5dd1..7de2963ee4 100644
--- a/docs/open-api/tables.yaml
+++ b/docs/open-api/tables.yaml
@@ -344,11 +344,9 @@ components:
type: string
ColumnDefaultValue:
- $ref: "./expression.yaml#/components/schemas/FunctionArg"
+ allOf:
+ - $ref: "./expression.yaml#/components/schemas/FunctionArg"
description: The default value of the column
- required: false
- nullable: true
- default: null
Column:
type: object