Skip to content

Commit b74a3b9

Browse files
committed
json default VARIANT not OBJECT
1 parent 3811381 commit b74a3b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ public void jsonColumn(Column column) {
207207
JdbcColumn.newGenericTypeColumn(
208208
columnName,
209209
Types.OTHER,
210-
"OBJECT",
210+
"VARIANT",
211211
4000,
212212
0,
213213
false,

0 commit comments

Comments
 (0)