[GitHub] incubator-carbondata pull request #593: [Carbondata-699] USING COLOUMN_GROUP...

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

[GitHub] incubator-carbondata pull request #593: [Carbondata-699] USING COLOUMN_GROUP...

qiuchenjian-2
GitHub user anubhav100 opened a pull request:

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

    [Carbondata-699] USING COLOUMN_GROUP COLUMN INSIDE DICTIONARY_EXCLUDE DOES NOT THROW EXCEPTION IN SPARK 2.1

    using column group column name in dictionary_exclude do not give any exception in spark 2.1 it gives exception in spark 1.6 which is correct,but it does not work in spark 2.1.0
   
    here are logs in spark 2.1.0 =========
    0: jdbc:hive2://localhost:10000> CREATE TABLE IF NOT EXISTS productSalesTable1 ( productNumber Int, productName String, storeCity String, storeProvince String, productCategory String, productBatch String, saleQuantity Int, revenue Int) STORED BY 'carbondata' TBLPROPERTIES ('COLUMN_GROUPS'='(productName,productNumber)', 'DICTIONARY_EXCLUDE'='productName', 'DICTIONARY_INCLUDE'='productNumber', 'NO_INVERTED_INDEX'='productBatch');
    ---------+
    Result
    ---------+
    ---------+
    No rows selected (3.844 seconds)

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

    $ git pull https://github.com/anubhav100/incubator-carbondata CARBONDATA-699

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

    https://github.com/apache/incubator-carbondata/pull/593.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 #593
   
----
commit 1c0eb8ba4f3226ee9bba54d80a13f6c637d8acf9
Author: anubhav100 <[hidden email]>
Date:   2017-02-07T10:15:07Z

    resolved bug for no_inverted_index

commit 00c352498e77ff2135a34d7a7c7f995c341f2df5
Author: anubhav100 <[hidden email]>
Date:   2017-02-07T12:14:11Z

    corrected check in table creator as well

commit 77250988b32637857f4ddf81d8f2b0d4ee376fa2
Author: anubhav100 <[hidden email]>
Date:   2017-02-08T05:32:31Z

    test cases added

commit 18dbd47639d415cb711d99790ec0e77fcd15f435
Author: anubhav100 <[hidden email]>
Date:   2017-02-08T12:00:49Z

    resolved bug for coloumn group working in dictionary_exclude

----


---
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 [hidden email] or file a JIRA ticket
with INFRA.
---
Reply | Threaded
Open this post in threaded view
|

[GitHub] incubator-carbondata issue #593: [Carbondata-699] USING COLOUMN_GROUP COLUMN...

qiuchenjian-2
Github user CarbonDataQA commented on the issue:

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



---
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 [hidden email] or file a JIRA ticket
with INFRA.
---
Reply | Threaded
Open this post in threaded view
|

[GitHub] incubator-carbondata issue #593: [Carbondata-699] USING COLOUMN_GROUP COLUMN...

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

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



---
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 [hidden email] or file a JIRA ticket
with INFRA.
---
Reply | Threaded
Open this post in threaded view
|

[GitHub] incubator-carbondata issue #593: [Carbondata-699] USING COLOUMN_GROUP COLUMN...

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

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



---
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 [hidden email] or file a JIRA ticket
with INFRA.
---