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 TableDTO in the client
- convert TableDTO to Table in the client
### Why are the changes needed?
Fix: #2628
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
existing tests
coolderli
pushed a commit
to coolderli/gravitino
that referenced
this issue
Apr 2, 2024
…2630)
### What changes were proposed in this pull request?
- remove TableDTO in the client
- convert TableDTO to Table in the client
### Why are the changes needed?
Fix: apache#2628
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
existing tests
What would you like to be improved?
TableDTO
is used for JSON data transmission, we should not use it directly in the Gravitino clienttheHow should we improve?
cast tableDTO to Table before usage
The text was updated successfully, but these errors were encountered: