Skip to content

Commit 38a2382

Browse files
authored
Merge pull request #53 from trocco-io/change-json-obejct-to-variant
json default VARIANT not OBJECT
2 parents 3811381 + b74a3b9 commit 38a2382

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)