I've looked at the parquet read API and I see that it has two general API's that could be used,
1. ReadBatch 2. ReadBatchSpaced I understand that ReadBatchSpaced does an extra copy while ReadBatch foes not. In terms of performance which API would you recommend using? Regards, Keith. http://keith-chapman.com
