Xuanwo commented on code in PR #2499: URL: https://github.com/apache/incubator-opendal/pull/2499#discussion_r1236213717
########## core/src/services/webhdfs/backend.rs: ########## @@ -116,6 +129,8 @@ impl Builder for WebhdfsBuilder { map.get("root").map(|v| builder.root(v)); map.get("endpoint").map(|v| builder.endpoint(v)); map.get("delegation").map(|v| builder.delegation(v)); + map.get("disable_list_batch") Review Comment: Please add a new test job in CI to make sure both cases have been covered. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@opendal.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org