Hisoka-X commented on issue #2788:
URL: 
https://github.com/apache/incubator-seatunnel/issues/2788#issuecomment-1250613167

   > For array type convert I had fixed in pr #2479, I see `Primitive Array` 
only one type of byte is implemented. Do you mean that array convert is also 
has some problems in flink engine?
   
   Yes, we should ensure consistent data types instead of including Primitive 
Array and References Array during data transfer. Confused to downstream 
components that use data, since we only support References Array, we need to 
convert Primitive Array to References Array when Source produces 
`SeaTunnelRow`. The reason for not entrusting this task to the Source Connector 
is to reduce the burden on the Source implementer.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to