[
https://issues.apache.org/jira/browse/IGNITE-24429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Iurii Gerzhedovich updated IGNITE-24429:
----------------------------------------
Description:
By Analogue with IGNITE-22135 need to get rid BINARY type by the same reason -
type is not widely used by users, however, the type has specific need to be
supported and requires significant time to do it right.
was:
CHAR type is not widely used by users, however, the type has specific need to
be supported and requires significant time to do it right.
Let's consider the ability to get rid of the type.
List possibility solutions ordered by priority:
1. Make CHAR type an alias for VARCHAR, but take into account that in the
future we can start supporting the type in the right way and need to be sure we
can support smooth migration from the version that does not support CHAR to the
new one with such support ( as example - metadata for such type should reflect
real type VARCHAR)
2. Forbid CHAR type at all. No alias even.
> Sql. Get ride support of BINARY datatype.
> -----------------------------------------
>
> Key: IGNITE-24429
> URL: https://issues.apache.org/jira/browse/IGNITE-24429
> Project: Ignite
> Issue Type: Improvement
> Components: sql
> Reporter: Iurii Gerzhedovich
> Assignee: Konstantin Orlov
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0
>
>
> By Analogue with IGNITE-22135 need to get rid BINARY type by the same reason
> - type is not widely used by users, however, the type has specific need to be
> supported and requires significant time to do it right.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)