Commit 2b6dc23
authored
### What changes were proposed in this pull request?
fix
[#7225](#7225 (comment))
### Why are the changes needed?
As the issue described, for s3, oss, abs storage handler, the handler
map put a class instead of handler instance, which is obviously wrong
and can issues like handler method call missing `self` parameter.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
I tested on my own machine with remote s3 storage, oss and abs is not
tested.
1 parent b79bb52 commit 2b6dc23
File tree
1 file changed
+3
-3
lines changed- clients/client-python/gravitino/filesystem
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
706 | 706 | | |
707 | 707 | | |
708 | 708 | | |
709 | | - | |
710 | | - | |
711 | | - | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
712 | 712 | | |
713 | 713 | | |
714 | 714 | | |
| |||
0 commit comments