[GitHub] carbondata pull request #2890: [CARBONDATA-3002] Fix some spell error

classic Classic list List threaded Threaded
35 messages Options
12
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2890: [CARBONDATA-3002] Fix some spell error

qiuchenjian-2
Github user brijoobopanna commented on the issue:

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



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

[GitHub] carbondata issue #2890: [CARBONDATA-3002] Fix some spell error

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

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



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

[GitHub] carbondata issue #2890: [CARBONDATA-3002] Fix some spell error

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

    https://github.com/apache/carbondata/pull/2890
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/1750/



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

[GitHub] carbondata issue #2890: [CARBONDATA-3002] Fix some spell error

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

    https://github.com/apache/carbondata/pull/2890
 
    Build Failed  with Spark 2.3.2, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/10009/



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

[GitHub] carbondata issue #2890: [CARBONDATA-3002] Fix some spell error

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

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



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

[GitHub] carbondata issue #2890: [CARBONDATA-3002] Fix some spell error

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

    https://github.com/apache/carbondata/pull/2890
 
    Build Success with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/1967/



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

[GitHub] carbondata issue #2890: [CARBONDATA-3002] Fix some spell error

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

    https://github.com/apache/carbondata/pull/2890
 
    Build Success with Spark 2.3.2, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/10015/



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

[GitHub] carbondata issue #2890: [CARBONDATA-3002] Fix some spell error

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

    https://github.com/apache/carbondata/pull/2890
 
    @brijoobopanna @chenliang613 @jackylk CI pass. please check again.


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

[GitHub] carbondata pull request #2890: [CARBONDATA-3002] Fix some spell error

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

    https://github.com/apache/carbondata/pull/2890#discussion_r241735498
 
    --- Diff: processing/src/main/java/org/apache/carbondata/processing/util/CarbonLoaderUtil.java ---
    @@ -569,25 +569,25 @@ public static Dictionary getDictionary(AbsoluteTableIdentifier absoluteTableIden
           nodes.add(relation.getNode());
         }
     
    -    int noofNodes = (-1 == noOfNodesInput) ? nodes.size() : noOfNodesInput;
    +    int noOfNodes = (-1 == noOfNodesInput) ? nodes.size() : noOfNodesInput;
    --- End diff --
   
    ```suggestion
        int numNodes = (-1 == noOfNodesInput) ? nodes.size() : numNodesInput;
    ```


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

[GitHub] carbondata pull request #2890: [CARBONDATA-3002] Fix some spell error

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

    https://github.com/apache/carbondata/pull/2890#discussion_r241795430
 
    --- Diff: processing/src/main/java/org/apache/carbondata/processing/util/CarbonLoaderUtil.java ---
    @@ -569,25 +569,25 @@ public static Dictionary getDictionary(AbsoluteTableIdentifier absoluteTableIden
           nodes.add(relation.getNode());
         }
     
    -    int noofNodes = (-1 == noOfNodesInput) ? nodes.size() : noOfNodesInput;
    +    int noOfNodes = (-1 == noOfNodesInput) ? nodes.size() : noOfNodesInput;
    --- End diff --
   
    I change noOfNodes to numOfNodes, there are more than 100+ place use numOf__,
    Do I need optimize noOfXXX to numOfXXX in similar code?


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

[GitHub] carbondata issue #2890: [CARBONDATA-3002] Fix some spell error

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

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



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

[GitHub] carbondata issue #2890: [CARBONDATA-3002] Fix some spell error

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

    https://github.com/apache/carbondata/pull/2890
 
    Build Success with Spark 2.3.2, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/10031/



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

[GitHub] carbondata issue #2890: [CARBONDATA-3002] Fix some spell error

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

    https://github.com/apache/carbondata/pull/2890
 
    Build Success with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/1984/



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

[GitHub] carbondata issue #2890: [CARBONDATA-3002] Fix some spell error

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

    https://github.com/apache/carbondata/pull/2890
 
    LGTM


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

[GitHub] carbondata pull request #2890: [CARBONDATA-3002] Fix some spell error

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user asfgit closed the pull request at:

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


---
12