[
https://issues.apache.org/jira/browse/PHOENIX-7215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Istvan Toth updated PHOENIX-7215:
---------------------------------
Description:
Phoenix accepts the standard literal types for date/time types.
_select TIMESTAMP '2000-01-01';_ works.
However, according to the standard
_select INTEGER 1000;_ and _select INTEGER '1000';_ should also work, but it
doesn't.
was:
Phoenix accepts the standard literal types for date/time types.
_select TIMESTAMP '2000-01-01';_ works.
However, according to the standard
_select INTEGER 1000;_ and _'select INTEGER 1000;'_ should also work, but it
doesn't.
> Support explicit types for all literals
> ---------------------------------------
>
> Key: PHOENIX-7215
> URL: https://issues.apache.org/jira/browse/PHOENIX-7215
> Project: Phoenix
> Issue Type: Improvement
> Reporter: Istvan Toth
> Priority: Minor
>
> Phoenix accepts the standard literal types for date/time types.
> _select TIMESTAMP '2000-01-01';_ works.
> However, according to the standard
> _select INTEGER 1000;_ and _select INTEGER '1000';_ should also work, but it
> doesn't.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)