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

[GitHub] carbondata pull request #1950: [CARBONDATA-2145] Refactored PreAggregate fun...

GitHub user SangeetaGulia opened a pull request:

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

    [CARBONDATA-2145] Refactored PreAggregate functionality for dictionary include

    Description: Add the count to measure column only when the column is dictionary type in maintable.
    
    Be sure to do all of the following checklist to help us incorporate 
    your contribution quickly and easily:
    
     - [x] Any interfaces changed? No
     
     - [x] Any backward compatibility impacted? No
     
     - [x] Document update required? No
    
     - [x] Testing done 
            Please provide details on 
            - Whether new unit test cases have been added or why no new tests are required?
                Ran already wriiten Unit Test case to test the functionality.
                Added Unit Test Case to check count on string type.
    
            - How it is tested? Please attach test report.
            - Is it a performance related change? Please attach the performance test report.
            - Any additional information to help reviewers in testing this change.
           
     - [x] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.  (N/A)
    


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

    $ git pull https://github.com/SangeetaGulia/incubator-carbondata refactoringPreAgg

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

    https://github.com/apache/carbondata/pull/1950.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 #1950
    
----
commit 576eb2e8997420125e90afbf85b37ca9cf9429ef
Author: SangeetaGulia <sa...@...>
Date:   2018-02-07T08:15:29Z

    Refactored code for encodings when dictionary_include is present

commit 71ab2208aa0a45b9504f6dd92111145b23d5f996
Author: SangeetaGulia <sa...@...>
Date:   2018-02-07T08:16:11Z

    Added test case on preAggregate for string type with count as aggregate function

----


---

[GitHub] carbondata pull request #1950: [CARBONDATA-2145] Refactored PreAggregate fun...

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

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


---

[GitHub] carbondata issue #1950: [CARBONDATA-2145] Refactored PreAggregate functional...

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

    https://github.com/apache/carbondata/pull/1950
  
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/3573/



---

[GitHub] carbondata issue #1950: [CARBONDATA-2145] Refactored PreAggregate functional...

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

    https://github.com/apache/carbondata/pull/1950
  
    Build Success with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/2335/



---

[GitHub] carbondata issue #1950: [CARBONDATA-2145] Refactored PreAggregate functional...

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

    https://github.com/apache/carbondata/pull/1950
  
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/4280/



---

[GitHub] carbondata issue #1950: [CARBONDATA-2145] Refactored PreAggregate functional...

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

    https://github.com/apache/carbondata/pull/1950
  
    Build Success with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/3036/



---

[GitHub] carbondata issue #1950: [CARBONDATA-2145] Refactored PreAggregate functional...

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

    https://github.com/apache/carbondata/pull/1950
  
    SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/3422/



---

[GitHub] carbondata issue #1950: [CARBONDATA-2145] Refactored PreAggregate functional...

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

    https://github.com/apache/carbondata/pull/1950
  
    @kumarvishal09 please review.


---