You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by chenliang613 <gi...@git.apache.org> on 2018/02/02 16:03:22 UTC

[GitHub] carbondata pull request #1905: [CARBONDATA-2115] Docummentation - Scenarios ...

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.


---