Skip to content

Commit b4366a3

Browse files
committed
fix message
1 parent 64600e5 commit b4366a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/org/embulk/output/SnowflakeOutputPlugin.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@ protected void logConnectionProperties(String url, Properties props) {
163163
logger.info("Connecting to {} options {}", url, maskedProps);
164164
}
165165

166-
// TODO This is almost copy from AbstractJdbcOutputPlugin excepting type of JSON -> OBJECT WITH
167-
// TIME ZONE.
166+
// TODO This is almost copy from AbstractJdbcOutputPlugin excepting type of JSON -> OBJECT
168167
// AbstractJdbcOutputPlugin should have better extensibility.
169168
@Override
170169
protected JdbcSchema newJdbcSchemaForNewTable(Schema schema) {

0 commit comments

Comments
 (0)