dominikgehl commented on a change in pull request #33345:
URL: https://github.com/apache/spark/pull/33345#discussion_r670165603



##########
File path: python/pyspark/sql/functions.py
##########
@@ -1779,7 +1779,7 @@ def month(col):
 
 def dayofweek(col):
     """
-    Extract the day of the week of a given date as integer.
+    Extract the day of the week of a given date as integer with Sunday=1, 
Saturday=7.

Review comment:
       Thanks for the comment. I took the exact wording from functions.scala 
and also updated functions.R




-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to