Details
-
Sub-task
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
the bundled hadoop record readers pass the split start/end down to openFile() -these can be used by the prefetching stream as hints as to where to start and stop prefetching.
Hints only as
- records can extend past split end; that last record will still be read when split end < EOF
- for formats with footers which get read, caching that footer is important