-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support to write to ABFS filesystems. #7218
Add support to write to ABFS filesystems. #7218
Conversation
✅ Deploy Preview for meta-velox canceled.
|
c7ee0e0
to
568289d
Compare
cc: @majetideepak |
@gaoyangxiaozhu Can you move the dependency change to a separate PR? |
velox/connectors/hive/storage_adapters/abfs/tests/AbfsFileSystemTest.cpp
Outdated
Show resolved
Hide resolved
sure, will do |
hey @majetideepak i send seperate PR for dependency change as you suggested #7688 could you help reivew ? |
@gaoyangxiaozhu is this ready for review? |
yes @majetideepak please, thank you! |
…yangya/velox into gayangya/abfs-connector-write
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gaoyangxiaozhu some more comments. Thanks!
velox/connectors/hive/storage_adapters/abfs/tests/MockBlobStorageFileClient.cpp
Show resolved
Hide resolved
velox/connectors/hive/storage_adapters/abfs/tests/AbfsFileSystemTest.cpp
Outdated
Show resolved
Hide resolved
velox/connectors/hive/storage_adapters/abfs/tests/AbfsFileSystemTest.cpp
Outdated
Show resolved
Hide resolved
velox/connectors/hive/storage_adapters/abfs/tests/AbfsFileSystemTest.cpp
Outdated
Show resolved
Hide resolved
velox/connectors/hive/storage_adapters/abfs/tests/AbfsFileSystemTest.cpp
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gaoyangxiaozhu, Just one comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @gaoyangxiaozhu
@pedroerp can you help merge this? Thanks. |
@pedroerp has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Conbench analyzed the 1 benchmark run on commit There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
Summary: This change adds support to write from Abfs (Azure Gen2 Storage). It's part of work related to issue facebookincubator#6415 Pull Request resolved: facebookincubator#7218 Reviewed By: kgpai Differential Revision: D53577232 Pulled By: pedroerp fbshipit-source-id: bea93e2f1c2cff6762d435f6a99b67a494664cf2
This change adds support to write from Abfs (Azure Gen2 Storage).
It's part of work related to issue #6415