Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2823#discussion_r228099219
--- Diff:
core/src/main/java/org/apache/carbondata/core/scan/result/BlockletScannedResult.java
---
@@ -145,6 +147,8 @@
protected QueryStatisticsModel queryStatisticsModel;
+ protected LazyBlockletLoad lazyBlockletLoad;
--- End diff --
In presto they call as lazy read.
I will rename as LazyBlockletLoader to give better understanding---
