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

[GitHub] incubator-carbondata pull request #738: [CARBONDATA-872] Fix comment issues ...

GitHub user ffpeng90 opened a pull request:

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

    [CARBONDATA-872] Fix comment issues of integration/presto for easier reading

     Fix comment issues of integration/presto for easier reading

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

    $ git pull https://github.com/ffpeng90/incubator-carbondata fix_comment

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

    https://github.com/apache/incubator-carbondata/pull/738.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 #738
    
----
commit 9f8f4d31778378adf0a1c3e64de88975bc83d4ec
Author: ffpeng90 <ff...@126.com>
Date:   2017-04-05T15:00:50Z

    [CARBONDATA-872] Fix comment issues of integration/presto for easier reading

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-carbondata issue #738: [CARBONDATA-872] Fix comment issues of inte...

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

    https://github.com/apache/incubator-carbondata/pull/738
  
    LGTM


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-carbondata issue #738: [CARBONDATA-872] Fix comment issues of inte...

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

    https://github.com/apache/incubator-carbondata/pull/738
  
    @ffpeng90  can you optimize other code also, thanks.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-carbondata issue #738: [CARBONDATA-872] Fix comment issues of inte...

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

    https://github.com/apache/incubator-carbondata/pull/738
  
    Build Success with Spark 1.6.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/1482/



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-carbondata issue #738: [CARBONDATA-872] Fix comment issues of inte...

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

    https://github.com/apache/incubator-carbondata/pull/738
  
    Build Success with Spark 1.6.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/1488/



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-carbondata issue #738: [CARBONDATA-872] Fix comment issues of inte...

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

    https://github.com/apache/incubator-carbondata/pull/738
  
    Build Success with Spark 1.6.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/1464/



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-carbondata issue #738: [CARBONDATA-872] Fix comment issues of inte...

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

    https://github.com/apache/incubator-carbondata/pull/738
  
    @ffpeng90  can you remove this file (integration/presto/src/checkstyle/checks.xml) .


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-carbondata pull request #738: [CARBONDATA-872] Fix comment issues ...

Posted by chenliang613 <gi...@git.apache.org>.
Github user chenliang613 commented on a diff in the pull request:

    https://github.com/apache/incubator-carbondata/pull/738#discussion_r110117100
  
    --- Diff: integration/presto/src/main/java/org/apache/carbondata/presto/CarbondataRecordCursor.java ---
    @@ -78,6 +78,10 @@ public CarbondataRecordCursor(CarbonReadSupport<Object[]> readSupport,
         return columnHandles.get(field).getColumnType();
       }
     
    +  /**
    +   * get next Row/Page
    +   * @return
    +     */
    --- End diff --
    
    please change format the comment as below : 
    /**
     * get next Row/Page
     * @return
     */


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-carbondata pull request #738: [CARBONDATA-872] Fix comment issues ...

Posted by chenliang613 <gi...@git.apache.org>.
Github user chenliang613 commented on a diff in the pull request:

    https://github.com/apache/incubator-carbondata/pull/738#discussion_r110116629
  
    --- Diff: integration/presto/src/checkstyle/checks.xml ---
    @@ -0,0 +1,7 @@
    +<?xml version="1.0" encoding="UTF-8"?>
    +<!DOCTYPE module PUBLIC
    +        "-//Puppy Crawl//DTD Check Configuration 1.3//EN"
    +        "http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
    --- End diff --
    
    Please remove this file.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-carbondata issue #738: [CARBONDATA-872] Fix comment issues of inte...

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

    https://github.com/apache/incubator-carbondata/pull/738
  
    Build Success with Spark 1.6.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/1446/



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-carbondata pull request #738: [CARBONDATA-872] Fix comment issues ...

Posted by chenliang613 <gi...@git.apache.org>.
Github user chenliang613 commented on a diff in the pull request:

    https://github.com/apache/incubator-carbondata/pull/738#discussion_r110118287
  
    --- Diff: integration/presto/src/main/java/org/apache/carbondata/presto/CarbondataSplitManager.java ---
    @@ -106,6 +110,12 @@ public ConnectorSplitSource getSplits(ConnectorTransactionHandle transactionHand
         return constraintBuilder.build();
       }
     
    +  /**
    +   * Convert presto-TupleDomain predication into Carbon scan express condition
    +   * @param originalConstraint  presto-TupleDomain
    +   * @param carbonTable
    +   * @return
    +     */
    --- End diff --
    
    please change the comment format.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-carbondata pull request #738: [CARBONDATA-872] Fix comment issues ...

Posted by chenliang613 <gi...@git.apache.org>.
Github user chenliang613 commented on a diff in the pull request:

    https://github.com/apache/incubator-carbondata/pull/738#discussion_r110118360
  
    --- Diff: integration/presto/src/main/java/org/apache/carbondata/presto/CarbondataSplitManager.java ---
    @@ -249,6 +250,11 @@ public Expression parseFilterExpression(TupleDomain<ColumnHandle> originalConstr
         return finalFilters;
       }
     
    +  /**
    +   * Convert presto spi Type into Carbondata Type
    +   * @param colType
    +   * @return
    +     */
    --- End diff --
    
    please change the comment format


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-carbondata pull request #738: [CARBONDATA-872] Fix comment issues ...

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

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-carbondata issue #738: [CARBONDATA-872] Fix comment issues of inte...

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

    https://github.com/apache/incubator-carbondata/pull/738
  
    Build Success with Spark 1.6.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/1447/



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---