-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-19474: [ABFS][Branch-3.4][FnsOverBlob] Listing Optimizations to avoid multiple iteration over list response. #7581
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
Conversation
…iple iteration over list response. (apache#7421) Contributed by Anuj Modi Reviewed by: Anmol Asrani, Manish Bhatt, Manika Joshi Signed off by: Anuj Modi<anujmodi@apache.org>
|
🎊 +1 overall
This message was automatically generated. |
============================================================
|
Description of PR
On blob endpoint, there are a couple of handling that is needed to be done on client side.
This involves:
Currently all three are done in a separate iteration over whole list. This is to pbring all those things to a common place so that single iteration over list reposne can handle all three.