vitaly-ivanov commented on a change in pull request #16284:
URL: https://github.com/apache/beam/pull/16284#discussion_r775422259



##########
File path: 
sdks/java/io/jdbc/src/main/java/org/apache/beam/sdk/io/jdbc/SchemaUtil.java
##########
@@ -157,6 +161,24 @@ private static BeamFieldConverter 
jdbcTypeToBeamFieldConverter(JDBCType jdbcType
         return beamLogicalField(VARBINARY.getName(), 
LogicalTypes.VariableLengthBytes::of);
       case VARCHAR:
         return beamLogicalField(VARCHAR.getName(), 
LogicalTypes.VariableLengthString::of);
+      case OTHER:

Review comment:
       Looks like it's covered in `JdbcIOTest#testGetPreparedStatementSetCaller`




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