[ 
https://issues.apache.org/jira/browse/CALCITE-7565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alessandro Solimando updated CALCITE-7565:
------------------------------------------
    Summary: TRIM(BOTH ' ') fails at parsing time  (was: TRIM(BOTH ' ') stopped 
working since Calcite 1.39.0)

> TRIM(BOTH ' ') fails at parsing time
> ------------------------------------
>
>                 Key: CALCITE-7565
>                 URL: https://issues.apache.org/jira/browse/CALCITE-7565
>             Project: Calcite
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.39.0
>            Reporter: Sergey Nuyanzin
>            Assignee: Sergey Nuyanzin
>            Priority: Major
>
> Before Calcite 1.39.0 the query
> {code:sql}
> SELECT TRIM(BOTH ' a ');
> {code}
> worked
> after that it fails on parser and requires {{FROM}} like 
> {code:sql}
> SELECT TRIM(BOTH FROM ' a ');
> {code}
> probably the regression after CALCITE-6709.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to