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


##########
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 
string."
+     ),

Review Comment:
   
   ```suggestion
         "**Note:** The strptime kernel currently ignores the %Z specifier for 
any string."),
   ```



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