You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/09/21 16:05:20 UTC

[jira] [Commented] (CARBONDATA-215) Correct the file headers of classes

    [ https://issues.apache.org/jira/browse/CARBONDATA-215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15510387#comment-15510387 ] 

ASF GitHub Bot commented on CARBONDATA-215:
-------------------------------------------

GitHub user ravipesala opened a pull request:

    https://github.com/apache/incubator-carbondata/pull/186

    [CARBONDATA-215][CARBONDATA-216] Corrected file headers and removed unnecessary open csv files

    Corrected file headers and removed unnecessary open csv files.

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

    $ git pull https://github.com/ravipesala/incubator-carbondata clean-fileheaders

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

    https://github.com/apache/incubator-carbondata/pull/186.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 #186
    
----
commit a1b3ad3b85ff944ffba2d2f7229f6ca680b30863
Author: ravipesala <ra...@gmail.com>
Date:   2016-09-21T16:00:55Z

    Corrected file headers and removed unnecessary open csv files

----


> Correct the file headers of classes
> -----------------------------------
>
>                 Key: CARBONDATA-215
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-215
>             Project: CarbonData
>          Issue Type: Bug
>    Affects Versions: 0.1.0-incubating
>            Reporter: Ravindra Pesala
>            Priority: Minor
>             Fix For: 0.2.0-incubating, 0.1.1-incubating
>
>
> Extra file header is present in the following classes. These files should not have any other file headers apart from Apache's.
> ./integration/spark/src/main/java/org/apache/carbondata/spark/partition/api/DataPartitioner.java 
> 2. 
> ./integration/spark/src/main/java/org/apache/carbondata/spark/partition/api/impl/CSVFilePartitioner.java 
> 3. 
> ./integration/spark/src/main/java/org/apache/carbondata/spark/partition/api/impl/DefaultLoadBalancer.java 
> 4. 
> ./integration/spark/src/main/java/org/apache/carbondata/spark/partition/api/impl/PartitionImpl.java 
> 5. 
> ./integration/spark/src/main/java/org/apache/carbondata/spark/partition/api/impl/QueryPartitionHelper.java 
> 6. 
> ./integration/spark/src/main/java/org/apache/carbondata/spark/partition/api/Partition.java



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)