rok commented on a change in pull request #10998:
URL: https://github.com/apache/arrow/pull/10998#discussion_r698660433
##########
File path: cpp/src/arrow/compute/kernels/scalar_temporal.cc
##########
@@ -836,6 +841,10 @@ const FunctionDoc strftime_doc{
"Format timestamps according to a format string",
("For each input timestamp, emit a formatted string.\n"
"The time format string and locale can be set using StrftimeOptions.\n"
+ "Output precision of %S (seconds) flag depends on the input timestamp
precision. "
Review comment:
This evaluates to true in MySQL on sqlfiddle:
```SQL
SELECT WEEK('2008-1-6', 1) != WEEK('2008-1-6', 4)
```
--
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]