sanjibansg commented on a change in pull request #12530: URL: https://github.com/apache/arrow/pull/12530#discussion_r821922420
########## File path: cpp/src/arrow/filesystem/path_util.h ########## @@ -113,6 +123,27 @@ std::string JoinAbstractPath(const StringRange& range) { return JoinAbstractPath(range.begin(), range.end()); } +// Join the components of filename partitions +template <class StringIt> +std::string JoinFilenamePartitions(StringIt it, StringIt end) { Review comment: Used a generic Join function and concatenated the separator in the end of the path for FilenamePartitioning in partition.cc -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org