Skip to content

Commit

Permalink
Fix 'JSONLines' -> 'JSON Lines' (aws#3558)
Browse files Browse the repository at this point in the history
Co-authored-by: atqy <[email protected]>
  • Loading branch information
jkroll-aws and atqy committed Oct 28, 2022
1 parent ffac4bc commit 95f300b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
"SPLIT_TYPE=\"TFRecord\"\n",
"BATCH_STRATEGY=\"SingleRecord\"\n",
"\n",
"# Join outputs by newline characters. This will make JSONLines output, since each output is JSON.\n",
"# Join outputs by newline characters. This will make JSON Lines output, since each output is JSON.\n",
"ASSEMBLE_WITH=\"Line\"\n",
"\n",
"# The Data Source tells Batch to get all objects under the S3 prefix.\n",
Expand Down

0 comments on commit 95f300b

Please sign in to comment.