You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
)
### What changes were proposed in this pull request?
Remove the "description" field in Fileset related APIs.
### Why are the changes needed?
Because the `description` field does not exist in the related APIs, it
should be removed, otherwise, it will lead to an issue.
Fix: #2618
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Manually verification.
coolderli
pushed a commit
to coolderli/gravitino
that referenced
this issue
Apr 2, 2024
…oc (apache#2619)
### What changes were proposed in this pull request?
Remove the "description" field in Fileset related APIs.
### Why are the changes needed?
Because the `description` field does not exist in the related APIs, it
should be removed, otherwise, it will lead to an issue.
Fix: apache#2618
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Manually verification.
Version
main branch
Describe what's wrong
In openapi filesets.yml file, both
Fileset
andFilesetCreateRequest
interfaces have one more field "description", which is not correct.Error message and/or stacktrace
How to reproduce
We should remove this field.
Additional context
No response
The text was updated successfully, but these errors were encountered: