Skip to content

Commit

Permalink
Update Script.usql.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
MKadaner authored Feb 2, 2018
1 parent c585fba commit 459d243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/HandleEncoding/FixEncodingErrors/Script.usql.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public override IEnumerable<IRow> Extract(IUnstructuredReader input, IUpdatableR
// When extractors read records near the boundary between the splits, the general rules are:
// * E(k+1) always skips one (possibly) incomplete record at the beginning of S(k+1)
// and starts extracting from the next record. In other words, it skips bytes at the
// beginning of S(k+1) until it has seen a complete record delimiter.
// beginning of S(k+1) until it sees a complete record delimiter.
// * Complementarily, E(k) extracts the last record of S(k) and continues extracting
// from S(k+1) until it reads one complete record delimiter that started in S(k+1).
//
Expand Down

0 comments on commit 459d243

Please sign in to comment.