FWLamb commented on issue #2987: URL: https://github.com/apache/incubator-seatunnel/issues/2987#issuecomment-1270248916
https://github.com/apache/incubator-seatunnel/pull/2988 When I make a judgment and then decide which type to use, I find a problem, I use the Array (Double) type, but when I judge its type in ClickhouseSinkWriter, the result is a String type. When I insert data in the local test, the result is correct, which is Double [] . Why is its type not Double [] or array type, but String type? I tried to use other types such as Array (Integer), and the result is still String type, but this problem did not occur in the e2e test I wrote **In the following picture, the first two are the code in ClickhouseSinkWriter, and the last two are the code written for the clickhouse e2e test**     -- 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]
