[GitHub] carbondata pull request #2966: [WIP] test and check no sort by default

classic Classic list List threaded Threaded
98 messages Options
12345
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata pull request #2966: [WIP] test and check no sort by default

qiuchenjian-2
GitHub user ajantha-bhat opened a pull request:

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

    [WIP] test and check no sort by default

    [WIP] test and check no sort by default
   
    Be sure to do all of the following checklist to help us incorporate
    your contribution quickly and easily:
   
     - [ ] Any interfaces changed?
     
     - [ ] Any backward compatibility impacted?
     
     - [ ] Document update required?
   
     - [ ] Testing done
            Please provide details on
            - Whether new unit test cases have been added or why no new tests are required?
            - 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.
           
     - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
   


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

    $ git pull https://github.com/ajantha-bhat/carbondata optimize

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

    https://github.com/apache/carbondata/pull/2966.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 #2966
   
----
commit 09410167efee56d69a3c18433c8e6e97a2fe18eb
Author: ajantha-bhat <ajanthabhat@...>
Date:   2018-11-29T15:59:34Z

    no sort by default

----


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2966: [WIP] test and check no sort by default

qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2966
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/1586/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2966: [WIP] test and check no sort by default

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2966
 
    Build Failed with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/1798/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2966: [WIP] test and check no sort by default

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2966
 
    Build Failed  with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/9845/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata pull request #2966: [WIP] test and check no sort by default

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user qiuchenjian commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2966#discussion_r237726222
 
    --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/datamap/DataMapWriterSuite.scala ---
    @@ -156,8 +156,7 @@ class DataMapWriterSuite extends QueryTest with BeforeAndAfterAll {
         CarbonProperties.getInstance()
           .addProperty("carbon.blockletgroup.size.in.mb", "16")
         CarbonProperties.getInstance()
    -      .addProperty("carbon.number.of.cores.while.loading",
    -        CarbonCommonConstants.NUM_CORES_DEFAULT_VAL)
    +      .addProperty("carbon.number.of.cores.while.loading", "2")
    --- End diff --
   
    CarbonCommonConstants.NUM_CORES_LOADING


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata pull request #2966: [WIP] test and check no sort by default

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user ajantha-bhat commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2966#discussion_r237747693
 
    --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/datamap/DataMapWriterSuite.scala ---
    @@ -156,8 +156,7 @@ class DataMapWriterSuite extends QueryTest with BeforeAndAfterAll {
         CarbonProperties.getInstance()
           .addProperty("carbon.blockletgroup.size.in.mb", "16")
         CarbonProperties.getInstance()
    -      .addProperty("carbon.number.of.cores.while.loading",
    -        CarbonCommonConstants.NUM_CORES_DEFAULT_VAL)
    +      .addProperty("carbon.number.of.cores.while.loading", "2")
    --- End diff --
   
    CarbonCommonConstants.NUM_CORES_DEFAULT_VAL is removed, so setting
    CarbonCommonConstants.NUM_CORES_LOADING
     as 2. It is a test code.


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata pull request #2966: [WIP] test and check no sort by default

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user ajantha-bhat commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2966#discussion_r237747880
 
    --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/datamap/DataMapWriterSuite.scala ---
    @@ -156,8 +156,7 @@ class DataMapWriterSuite extends QueryTest with BeforeAndAfterAll {
         CarbonProperties.getInstance()
           .addProperty("carbon.blockletgroup.size.in.mb", "16")
         CarbonProperties.getInstance()
    -      .addProperty("carbon.number.of.cores.while.loading",
    -        CarbonCommonConstants.NUM_CORES_DEFAULT_VAL)
    +      .addProperty("carbon.number.of.cores.while.loading", "2")
    --- End diff --
   
    And @qiuchenjian : If you have a doubt in PR changes, you can ask it in comment sections. Don't add as a review comment. Just add as a comment.


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata pull request #2966: [WIP] test and check no sort by default

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user qiuchenjian commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2966#discussion_r237763480
 
    --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/datamap/DataMapWriterSuite.scala ---
    @@ -156,8 +156,7 @@ class DataMapWriterSuite extends QueryTest with BeforeAndAfterAll {
         CarbonProperties.getInstance()
           .addProperty("carbon.blockletgroup.size.in.mb", "16")
         CarbonProperties.getInstance()
    -      .addProperty("carbon.number.of.cores.while.loading",
    -        CarbonCommonConstants.NUM_CORES_DEFAULT_VAL)
    +      .addProperty("carbon.number.of.cores.while.loading", "2")
    --- End diff --
   
    OK,  I mean you  can use CarbonCommonConstants.NUM_CORES_LOADING instead of "carbon.number.of.cores.while.loading"


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2966: [WIP] test and check no sort by default

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2966
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/1600/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2966: [WIP] test and check no sort by default

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2966
 
    Build Failed with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/1811/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2966: [WIP] test and check no sort by default

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2966
 
    Build Failed  with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/9860/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2966: [WIP] test and check no sort by default

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user ajantha-bhat commented on the issue:

    https://github.com/apache/carbondata/pull/2966
 
    retest this please


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2966: [WIP] test and check no sort by default

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2966
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/1602/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2966: [WIP] test and check no sort by default

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2966
 
    Build Failed  with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/9862/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2966: [WIP] test and check no sort by default

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2966
 
    Build Failed with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/1813/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2966: [WIP] test and check no sort by default

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2966
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/1607/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2966: [WIP] test and check no sort by default

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2966
 
    Build Failed with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/1818/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2966: [WIP] test and check no sort by default

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2966
 
    Build Failed  with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/9867/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2966: [WIP] test and check no sort by default

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2966
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/1608/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2966: [WIP] test and check no sort by default

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2966
 
    Build Failed  with Spark 2.3.1, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/9868/



---
12345