Skip to content

Commit

Permalink
docs(site): fix documentation typos on metadata access (#165)
Browse files Browse the repository at this point in the history
Resolves: #165
  • Loading branch information
fhussonnois committed Sep 4, 2021
1 parent 2fb67ac commit 20983dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Information only available if `RowFilterReader` is configured.
| `$offset.startPosition` | The start position of the record into the source file | `long` |
| `$offset.endPosition` | The end position of the record into the source file | `long` |
| `$offset.size` | The size in bytes | `long` |
| `$offset.row` | The row number of the record into the source | `long` |
| `$offset.rows` | The number of rows already read from the source file.| `long` |

Information only available if `BytesArrayInputReader` is configured.

Expand Down

0 comments on commit 20983dd

Please sign in to comment.