Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2823#discussion_r227620364
--- 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 --
Actually I am confused with the name xxxLoad, why is it called load? I am
wondering is there a common name for this technique used in presto?
---