Abacn commented on code in PR #29522:
URL: https://github.com/apache/beam/pull/29522#discussion_r1402520678


##########
sdks/java/io/clickhouse/src/main/java/org/apache/beam/sdk/io/clickhouse/TableSchema.java:
##########
@@ -164,7 +166,8 @@ public enum TypeName {
     UINT32,
     UINT64,
     // Composite types
-    ARRAY
+    ARRAY,

Review Comment:
   BOOL is not Composite type. Consider fix the comment here? Or is there 
potential breaking change if we put BOOL before ARRAY?



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