[
https://issues.apache.org/jira/browse/FLINK-13058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-13058:
-----------------------------------
Labels: pull-request-available stale-assigned stale-minor (was:
pull-request-available stale-minor)
> Avoid memory copy for the trimming operations of BinaryString
> -------------------------------------------------------------
>
> Key: FLINK-13058
> URL: https://issues.apache.org/jira/browse/FLINK-13058
> Project: Flink
> Issue Type: Improvement
> Components: Table SQL / Runtime
> Reporter: Liya Fan
> Assignee: Liya Fan
> Priority: Minor
> Labels: pull-request-available, stale-assigned, stale-minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> For trimming operations of BinaryString (trim, trimLeft, trimRight), if the
> trimmed string is identical to the original string (which is likely to happen
> in practice). The memory copy can be avoided by directly returning the
> original string.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)