Finalize testing for gcs filesystem#1400
Conversation
|
@vnvo2409 In our SIG IO meeting, the plan was that:
There are some ordering dependencies as we will need to wait for TF 2.5 final out first, then we will have |
|
@yongtang When I first wrote the
Afterwards, I discovered that As you said in #1229 (comment), we will eventually need some extra ops but I don't see any progress related to it. I would like to ask about the plan for incorporating |
* filesystem with the same config should share the same random prefix
* `fs` texture returns `uri` instead of each `{filesystem}_fs`
* fix matching fields for gcs testbench
* add more tests for `gcs` filesystem
I think the
gcsfilesystem plugins is now usable, the errors are fixed in #1396. I am inclined to refactor thegcsfilesystem to have it worked with #1229 (mostly adding some classes for inheritance), but it seems useless since we can not do adynamic_cast<RetryingGcsFileSystem*>anyway. I would like to ask what we will do withgcsfilesystem plugin in the future ? @mihaimaruseac @yongtang