Skip to content

Commit

Permalink
Default should be in ""
Browse files Browse the repository at this point in the history
  • Loading branch information
alok87 committed Apr 9, 2021
1 parent f5204ab commit a0986d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redshiftsink/pkg/redshiftloader/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var JobAvroSchema string = `{
{"name": "csvDialect", "type": "string"},
{"name": "s3Path", "type": "string"},
{"name": "schemaId", "type": "int"},
{"name": "schemaIdKey", "type": "int", default: -1},
{"name": "schemaIdKey", "type": "int", "default": -1},
{"name": "maskSchema", "type": "string"},
{"name": "skipMerge", "type": "string", "default": ""},
{"name": "batchBytes", "type": "long", "default": 0}
Expand Down

0 comments on commit a0986d4

Please sign in to comment.