Github user ppadma commented on the issue: https://github.com/apache/drill/pull/1030 @arina-ielchiieva That will have performance impact. Better way would be to keep one reader per split and see if we can figure out a way to tell readers how many rows they should skip (for header or footer).
---