vitaly-ivanov commented on a change in pull request #16284:
URL: https://github.com/apache/beam/pull/16284#discussion_r781192749
##########
File path:
sdks/java/io/jdbc/src/test/java/org/apache/beam/sdk/io/jdbc/JdbcIOTest.java
##########
@@ -706,7 +710,9 @@ public void testWriteWithoutPreparedStatement() throws
Exception {
stmt.append("column_time TIME,"); // Time
stmt.append("column_timestamptz TIMESTAMP,"); // Timestamp
stmt.append("column_timestamp TIMESTAMP,"); // Timestamp
- stmt.append("column_short SMALLINT"); // short
+ stmt.append("column_short SMALLINT,"); // short
+ stmt.append("column_blob BLOB,"); // blob
+ stmt.append("column_clob CLOB"); // clob
Review comment:
Thanks, good idea. Implemented.
--
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]