Andrey Mashenkov created IGNITE-14733:
-----------------------------------------
Summary: NativeType and ColumnType names should matches.
Key: IGNITE-14733
URL: https://issues.apache.org/jira/browse/IGNITE-14733
Project: Ignite
Issue Type: Improvement
Reporter: Andrey Mashenkov
For now, column types names contains their sizes like ColumnType.INT8,
ColumnType.INT16 and so on, to abstract from the platform Ignite can be used on
(via thin-clients).
But we use Java-specific notation for internal types: NativeType.BYTE,
NativeType.LONG.
Let's rename NativeTypes to easily match them to/from column type.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)