u70b3 commented on PR #2754: URL: https://github.com/apache/iceberg-rust/pull/2754#issuecomment-4885237485
That makes sense to me. Pinning this to one directory-style contract seems easier for callers than inheriting implementation-defined behavior. I did one more quick local check against the OpenDAL memory backend: raw `op.list_with(exact_file).recursive(true)` can return the exact file, while `OpenDalStorage::list_prefix(exact_file)` returns empty because this adapter appends `/` before listing. So the current implementation does enforce the uniform directory-style behavior. I opened a small PR with a regression test for that adapter behavior here, in case you think it would be useful to include in this PR: https://github.com/raghav-reglobe/iceberg-rust/pull/1 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
