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

[GitHub] carbondata pull request #1905: [CARBONDATA-2115] Scenarios in which aggregat...

GitHub user sgururajshetty opened a pull request:

    https://github.com/apache/carbondata/pull/1905

    [CARBONDATA-2115] Scenarios in which aggregate query is not fetching …

    Added the FAQ on Scenarios in which aggregate query is not fetching 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sgururajshetty/carbondata 2115

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/carbondata/pull/1905.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1905
    
----
commit 4d96e0f8f48f64a261f63eca6e60ae385f70f872
Author: sgururajshetty <sg...@...>
Date:   2018-02-01T12:29:17Z

    [CARBONDATA-2115] Scenarios in which aggregate query is not fetching data from aggregate table

----


---

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

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/carbondata/pull/1905


---

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

Posted by chenliang613 <gi...@git.apache.org>.
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.


---

[GitHub] carbondata issue #1905: [CARBONDATA-2115] Docummentation - Scenarios in whic...

Posted by ravipesala <gi...@git.apache.org>.
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1905
  
    Can one of the admins verify this patch?


---

[GitHub] carbondata issue #1905: [CARBONDATA-2115] Docummentation - Scenarios in whic...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1905
  
    Can one of the admins verify this patch?


---

[GitHub] carbondata issue #1905: [CARBONDATA-2115] Docummentation - Scenarios in whic...

Posted by CarbonDataQA <gi...@git.apache.org>.
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1905
  
    Can one of the admins verify this patch?


---