Skip to content

Commit 421ca58

Browse files
committed
fix test
1 parent 0f45837 commit 421ca58

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
@@ -57,7 +57,7 @@ public interface SnowflakePluginTask extends PluginTask {
5757
public int getMaxUploadRetries();
5858

5959
@Config("empty_field_as_null")
60-
@ConfigDefault("ture")
60+
@ConfigDefault("true")
6161
public boolean getEmtpyFieldAsNull();
6262
}
6363

0 commit comments

Comments
 (0)