[
https://issues.apache.org/jira/browse/PHOENIX-3201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15437817#comment-15437817
]
Samarth Jain commented on PHOENIX-3201:
---------------------------------------
{code}
git format-patch --stdout origin > PHOENIX-3201.patch
{code}
doesn't work for me always. Try this instead (after committing changes to your
local branch, that is) :
{code}
git format-patch --stdout HEAD^ > PHOENIX-3201.patch
{code}
> Implement DAYOFWEEK and DAYOFYEAR built-in functions
> ----------------------------------------------------
>
> Key: PHOENIX-3201
> URL: https://issues.apache.org/jira/browse/PHOENIX-3201
> Project: Phoenix
> Issue Type: Bug
> Reporter: James Taylor
> Assignee: prakul agarwal
> Labels: newbie
> Fix For: 4.9.0
>
> Attachments: PHOENIX-3201.patch
>
>
> DAYOFWEEK() as documented here:
> https://docs.oracle.com/cd/B19188_01/doc/B15917/sqfunc.htm#i1005645
> DAYOFYEAR() as documented here:
> https://docs.oracle.com/cd/B19188_01/doc/B15917/sqfunc.htm#i1005676
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)