[
https://issues.apache.org/jira/browse/IGNITE-17583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Tupitsyn updated IGNITE-17583:
------------------------------------
Description:
*BinaryTuple* related types are currently located in *ignite-schema* module and
coupled to internal schema-related types like *NativeTypeSpec*.
However, those schema-related things are not required for building and parsing
binary tuples.
* Decouple the logic from internal schema types.
* Move to a separate module that can be referenced from client module.
was:
*BinaryTuple* is currently located in *ignite-schema* module and coupled to
internal schema-related types like *NativeTypeSpec*.
However, those schema-related things are not required for building and parsing
binary tuples.
* Decouple the logic from internal schema types.
* Move to a separate module that can be referenced from client module.
> Extract BinaryTuple into a separate module to reuse on lient
> ------------------------------------------------------------
>
> Key: IGNITE-17583
> URL: https://issues.apache.org/jira/browse/IGNITE-17583
> Project: Ignite
> Issue Type: Task
> Components: thin client
> Affects Versions: 3.0.0-alpha5
> Reporter: Pavel Tupitsyn
> Priority: Major
> Labels: iep-92, ignite-3
> Fix For: 3.0.0-alpha6
>
>
> *BinaryTuple* related types are currently located in *ignite-schema* module
> and coupled to internal schema-related types like *NativeTypeSpec*.
> However, those schema-related things are not required for building and
> parsing binary tuples.
> * Decouple the logic from internal schema types.
> * Move to a separate module that can be referenced from client module.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)