[
https://issues.apache.org/jira/browse/FLINK-40487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ramin Gharib updated FLINK-40487:
---------------------------------
Description:
Explicit casts for UUID. No implicit coercions.
Scope:
- UUID -> STRING: canonical lowercase 8-4-4-4-12
- STRING -> UUID: lenient (canonical, uppercase, braces, variable hyphens;
PostgreSQL-compatible)
- UUID <-> BINARY(16): 16 big-endian bytes
Verifying: cast matrix tests incl. malformed-string failures and TRY_CAST nulls.
Depends on FLINK-40486
was:
Explicit casts for UUID. No implicit coercions.
Scope:
- UUID -> STRING: canonical lowercase 8-4-4-4-12
- STRING -> UUID: lenient (canonical, uppercase, braces, variable hyphens;
PostgreSQL-compatible)
- UUID <-> BINARY(16): 16 big-endian bytes
Verifying: cast matrix tests incl. malformed-string failures and TRY_CAST nulls.
> CAST between UUID and STRING / BINARY(16)
> -----------------------------------------
>
> Key: FLINK-40487
> URL: https://issues.apache.org/jira/browse/FLINK-40487
> Project: Flink
> Issue Type: Sub-task
> Components: Table SQL / API
> Reporter: Ramin Gharib
> Assignee: Ramin Gharib
> Priority: Major
>
> Explicit casts for UUID. No implicit coercions.
> Scope:
> - UUID -> STRING: canonical lowercase 8-4-4-4-12
> - STRING -> UUID: lenient (canonical, uppercase, braces, variable hyphens;
> PostgreSQL-compatible)
> - UUID <-> BINARY(16): 16 big-endian bytes
> Verifying: cast matrix tests incl. malformed-string failures and TRY_CAST
> nulls.
>
> Depends on FLINK-40486
--
This message was sent by Atlassian Jira
(v8.20.10#820010)