[
https://issues.apache.org/jira/browse/IGNITE-24469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Tupitsyn updated IGNITE-24469:
------------------------------------
Description:
*DataStreamerTarget.streamData* overload with receiver does not support Tuple:
{code}
Unsupported type: class org.apache.ignite.table.TupleImpl
{code}
As part of IGNITE-22643 we've added support for Tuples to all Compute and
related APIs, streamer is one of them that we should support.
Additionally, check .NET implementation and create a ticket as necessary.
was:
*DataStreamerTarget.streamData* overload with receiver does not support Tuple:
{code}
Unsupported type: class org.apache.ignite.table.TupleImpl
{code}
As part of IGNITE-22643 we've added support for Tuples to all Compute and
related APIs, streamer is one of them that we should support.
> Data Streamer with receiver does not support tuples
> ---------------------------------------------------
>
> Key: IGNITE-24469
> URL: https://issues.apache.org/jira/browse/IGNITE-24469
> Project: Ignite
> Issue Type: Bug
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Major
> Labels: ignite-3
> Fix For: 3.1
>
>
> *DataStreamerTarget.streamData* overload with receiver does not support Tuple:
> {code}
> Unsupported type: class org.apache.ignite.table.TupleImpl
> {code}
> As part of IGNITE-22643 we've added support for Tuples to all Compute and
> related APIs, streamer is one of them that we should support.
> Additionally, check .NET implementation and create a ticket as necessary.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)