Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2869#discussion_r230299553
--- Diff:
store/sdk/src/main/java/org/apache/carbondata/sdk/file/CarbonReaderBuilder.java
---
@@ -51,6 +54,7 @@
private Expression filterExpression;
private String tableName;
private Configuration hadoopConf;
+ private boolean useVectorReader;
--- End diff --
ok, And also make sure that complex datatypes should be switched to normal
record reader automatically---
