[
https://issues.apache.org/jira/browse/PHOENIX-3862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
José Lázaro de Siqueira Júnior updated PHOENIX-3862:
----------------------------------------------------
Description:
The function to_char(date_time, 'u') does not support the 'u' or 'e/c' format
offered by the java.text.SimpleDateFormat avaiable on Java versions 7 and 8.
This problem occurs due FastDateFormat is under Apache Commons Lang 2.5 API and
its pattern is compatible with SimpleDateFormat of Java 6.
> FastDateFormat does not support the day number of week (1 = Monday, ..., 7 =
> Sunday) format ('u')
> -------------------------------------------------------------------------------------------------
>
> Key: PHOENIX-3862
> URL: https://issues.apache.org/jira/browse/PHOENIX-3862
> Project: Phoenix
> Issue Type: Bug
> Reporter: José Lázaro de Siqueira Júnior
>
> The function to_char(date_time, 'u') does not support the 'u' or 'e/c' format
> offered by the java.text.SimpleDateFormat avaiable on Java versions 7 and 8.
> This problem occurs due FastDateFormat is under Apache Commons Lang 2.5 API
> and its pattern is compatible with SimpleDateFormat of Java 6.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)