Github user chenliang613 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1905#discussion_r165684886
--- Diff: docs/faq.md ---
@@ -141,4 +142,40 @@ INSERT INTO TABLE carbon_table SELECT id, city FROM
source_table;
When the column type in carbon table is different from the column
specified in select statement. The insert operation will still success, but you
may get NULL in result, because NULL will be substitute value when conversion
type failed.
+## Why aggregate query is not fetching data from aggregate table?
+Following are the aggregate queries that wonât fetch data from aggregate
table:
--- End diff --
Please directly mention : in 1.3.0, not supporting the three cases.
---