[ https://issues.apache.org/jira/browse/FLINK-35997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
lincoln lee closed FLINK-35997. ------------------------------- Assignee: Dylan He Resolution: Fixed Fixed in master: 500d274265d100e4fe091e27fa1d96cebd812c2d > 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 > Assignee: 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)