[
https://issues.apache.org/jira/browse/FLINK-35997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-35997:
-----------------------------------
Labels: pull-request-available (was: )
> Incomplete Table API & Python API of built-in function LTRIM & RTRIM
> --------------------------------------------------------------------
>
> Key: FLINK-35997
> URL: https://issues.apache.org/jira/browse/FLINK-35997
> Project: Flink
> Issue Type: Improvement
> Components: Table SQL / API
> Reporter: Dylan He
> Priority: Major
> Labels: pull-request-available
>
> Currently, Table API & Python API for built-in function LTRIM supports only
> one syntax:
> {code:java}
> expr.ltrim()
> {code}
> While SQL API supports two syntax:
> {code:sql}
> LTRIM(expr)
> LTRIM(expr, trimStr)
> {code}
> The missing syntax should be incorporated, Python API as well.
> The same applies to function RTRIM.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)