pitrou commented on code in PR #14974:
URL: https://github.com/apache/arrow/pull/14974#discussion_r1060746044


##########
cpp/src/arrow/util/uri.cc:
##########
@@ -58,10 +59,10 @@ bool IsDriveSpec(const std::string_view s) {
 
 }  // namespace
 
-std::string UriEscape(const std::string& s) {
+std::string UriEscape(const std::string_view& s) {

Review Comment:
   I opened https://github.com/apache/arrow/issues/15171 for other instances of 
this.



-- 
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]

Reply via email to