scalding icon indicating copy to clipboard operation
scalding copied to clipboard

Adds a pass at an alternative lazy parquet reader implementation

Open ianoc opened this issue 9 years ago • 2 comments

Needs some more work before merging around cleaning it up, more benchmarks and seeing what does/doesn't need to be in lui.

TBD are real world tests against jobs with manual projection.

ianoc avatar Jan 28 '16 18:01 ianoc

One thing I'm working on is seeing if any of the classes that are mostly scala re-writes of parquet classes can either use the original parquet classes, or even better be skipped entirely. Parts of Parquet's class hierarchy can be pretty confusing, I'd rather not mirror that all over again here, especially the classes with non trivial code in them (which have tests in parquet but not here). So for the stuff we need to keep, I'm also working on adding some tests.

isnotinvain avatar Jan 28 '16 23:01 isnotinvain

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Nov 16 '19 00:11 CLAassistant