Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[apache#6409] fix(client-python): Change to use
GenericFileset
for …
…the return value of fileset catalog (apache#6410) ### What changes were proposed in this pull request? This PR changes the return value to `GenericFileset` for fileset operation. ### Why are the changes needed? Previously, it returns the plain fileset dto, so that it cannot support some operations like get credentials. Fix: apache#6409 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Existing tests.
- Loading branch information