Github user xubo245 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2378#discussion_r195935021
--- Diff:
core/src/main/java/org/apache/carbondata/core/scan/model/QueryModel.java ---
@@ -109,6 +109,11 @@
*/
private boolean requiredRowId;
+ /**
+ * whether it is FG with search mode
+ */
+ private boolean isFG;
--- End diff --
but it will call queryModel.setTableBlockInfos(list) in
org.apache.carbondata.hadoop.CarbonRecordReader#initialize, how to change it?---
