Kinrany opened a new pull request, #546: URL: https://github.com/apache/arrow-rs-object-store/pull/546
# Which issue does this PR close? Closes https://github.com/apache/arrow-rs-object-store/issues/545 # Rationale for this change `fn prefix(&self)` was the first thing I really wanted to have on `Path`, as opposed to copying from project to project. It also benefits from direct access to `raw`. In userland we have to use `paths` and collect, and omitting the last item is not trivial. # What changes are included in this PR? Implementations of everything listed with minimal docs, without tests. # Are there any user-facing changes? Most of these changes are user-facing. Internal changes: - `impl FromIterator` delegates most of the logic to `impl Expand` - `Path::parts` now returns a custom iterator type - Added `DELIMITER_CHAR` There should be no breaking changes. -- 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]
