[
https://issues.apache.org/jira/browse/HIVE-14653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15529282#comment-15529282
]
Chetna Chaudhari commented on HIVE-14653:
-----------------------------------------
[~shawzhou]: Please provide more information like version and repro steps.
Unable to reproduce it on master branch, week value returned by weekofyear()
and date_format(date,'ww') are same.
{code}hive> select weekofyear('2015-09-15'), date_format('2015-09-15','ww')
from t;
OK
38 38
{code}
> week value is different between weekofyear(date) and date_format(date, "ww")
> ----------------------------------------------------------------------------
>
> Key: HIVE-14653
> URL: https://issues.apache.org/jira/browse/HIVE-14653
> Project: Hive
> Issue Type: Bug
> Reporter: Shawn Zhou
> Priority: Minor
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)