Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/incubator-carbondata/pull/441#discussion_r93034892
--- Diff:
hadoop/src/main/java/org/apache/carbondata/hadoop/util/CarbonInputFormatUtil.java
---
@@ -70,6 +69,18 @@ public static CarbonQueryPlan
createQueryPlan(CarbonTable carbonTable, String co
i++;
}
}
+ } else {
+ // query all columns
+ List<CarbonMeasure> tableMsrs =
carbonTable.getMeasureByTableName(factTableName);
--- End diff --
yes, But we cannot make it mandatory because in count(*) case it sets null
projection so that just returns empty rows but can calculate the count using
that.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---