BentsiLeviav commented on code in PR #37611:
URL: https://github.com/apache/beam/pull/37611#discussion_r2818341135
##########
sdks/java/io/clickhouse/src/main/java/org/apache/beam/sdk/io/clickhouse/ClickHouseIO.java:
##########
@@ -114,8 +129,8 @@
* <tr><td>{@link TableSchema.TypeName#TUPLE}</td> <td>{@link
Schema.TypeName#ROW}</td></tr>
* </table>
*
- * Nullable row columns are supported through Nullable type in ClickHouse. Low
cardinality hint is
- * supported through LowCardinality DataType in ClickHouse.
+ * <p>Nullable row columns are supported through Nullable type in ClickHouse.
Low cardinality hint
Review Comment:
Added
##########
sdks/java/io/clickhouse/src/main/java/org/apache/beam/sdk/io/clickhouse/ClickHouseIO.java:
##########
@@ -114,8 +129,8 @@
* <tr><td>{@link TableSchema.TypeName#TUPLE}</td> <td>{@link
Schema.TypeName#ROW}</td></tr>
* </table>
*
- * Nullable row columns are supported through Nullable type in ClickHouse. Low
cardinality hint is
- * supported through LowCardinality DataType in ClickHouse.
+ * <p>Nullable row columns are supported through Nullable type in ClickHouse.
Low cardinality hint
+ * is supported through LowCardinality DataType in ClickHouse.
Review Comment:
Added
--
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]