kou commented on code in PR #40186:
URL: https://github.com/apache/arrow/pull/40186#discussion_r1501895274


##########
cpp/src/arrow/compute/kernels/scalar_temporal_unary.cc:
##########
@@ -1782,7 +1782,10 @@ const FunctionDoc strptime_doc(
     ("For each string in `strings`, parse it as a timestamp.\n"
      "The timestamp unit and the expected string pattern must be given\n"
      "in StrptimeOptions. Null inputs emit null. If a non-null string\n"
-     "fails parsing, an error is returned by default."),
+     "fails parsing, an error is returned by default.\n"
+     "\n"
+     "**Note:** The strptime kernel currently ignores the %Z specifier for any 
\n"

Review Comment:
   Does this work? It seems that the above lines just use `\n` not ` \n`.
   
   ```suggestion
        "**Note:** The strptime kernel currently ignores the %Z specifier for 
any\n"
   ```



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