Hisoka-X commented on code in PR #3047:
URL: 
https://github.com/apache/incubator-seatunnel/pull/3047#discussion_r997693530


##########
seatunnel-connectors-v2/connector-clickhouse/pom.xml:
##########
@@ -61,6 +61,12 @@
             <artifactId>clickhouse-jdbc</artifactId>
             <version>${clickhouse.version}</version>
         </dependency>
+        <dependency>

Review Comment:
   I know you want deal with array<String>, because 
   ```
                   ArrayData arrayData = (ArrayData) field;
                   BasicType<?> elementType = ((ArrayType<?, ?>) 
dataType).getElementType();
                   return 
arrayData.toObjectArray(TypeConverterUtils.convert(elementType));
   ```
   can't work right.
   Maybe you can use recursion to handle this special case.



-- 
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