You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Marios Trivyzas (Jira)" <ji...@apache.org> on 2021/10/11 11:47:00 UTC

[jira] [Updated] (FLINK-24419) Casting to a bounded BINARY/VARBINARY doesn't trim to the specified precision

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

Marios Trivyzas updated FLINK-24419:
------------------------------------
    Description: 
Currently:

*CastTestSpecBuilder.testCastTo(BINARY(2))**.from(STRING(), "Apache").resultsIn(new byte[] \{65, 112, 97, 99, 104, 101})*

  was:
Currently:

*.from(STRING(), "Apache").resultsIn(new byte[] \{65, 112, 97, 99, 104, 101})*


> Casting to a bounded BINARY/VARBINARY doesn't trim to the specified precision
> -----------------------------------------------------------------------------
>
>                 Key: FLINK-24419
>                 URL: https://issues.apache.org/jira/browse/FLINK-24419
>             Project: Flink
>          Issue Type: Sub-task
>            Reporter: Marios Trivyzas
>            Priority: Major
>
> Currently:
> *CastTestSpecBuilder.testCastTo(BINARY(2))**.from(STRING(), "Apache").resultsIn(new byte[] \{65, 112, 97, 99, 104, 101})*



--
This message was sent by Atlassian Jira
(v8.3.4#803005)