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

Sergey Nuyanzin updated CALCITE-7565:
-------------------------------------
    Summary: TRIM(BOTH ' ') stopped working since Calcite 1.39.0  (was: 
TRIM(BOTH ' ') stopped wroking since Calcite 1.39.0)

> TRIM(BOTH ' ') stopped working since Calcite 1.39.0
> ---------------------------------------------------
>
>                 Key: CALCITE-7565
>                 URL: https://issues.apache.org/jira/browse/CALCITE-7565
>             Project: Calcite
>          Issue Type: Bug
>          Components: core
>            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