[jira] [Assigned] (CARBONDATA-700) invalid example of no_inverted_index in carbondata ddl docs

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Assigned] (CARBONDATA-700) invalid example of no_inverted_index in carbondata ddl docs

Akash R Nilugal (Jira)

     [ https://issues.apache.org/jira/browse/CARBONDATA-700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

anubhav tarar reassigned CARBONDATA-700:
----------------------------------------

    Assignee: anubhav tarar  (was: Rahul Kumar)

> invalid example of no_inverted_index in carbondata ddl docs
> -----------------------------------------------------------
>
>                 Key: CARBONDATA-700
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-700
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: anubhav tarar
>            Assignee: anubhav tarar
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> example given in carbon docs ddl is wrong
> 0: jdbc:hive2://localhost:10000> CREATE TABLE IF NOT EXISTS productSchema.productSalesTable ( productNumber Int, productName String, storeCity String, storeProvince String, productCategory String, productBatch String, saleQuantity Int, revenue Int) STORED BY 'carbondata' TBLPROPERTIES ('COLUMN_GROUPS'='(productName,productCategory)', 'DICTIONARY_EXCLUDE'='productName', 'DICTIONARY_INCLUDE'='productNumber', 'NO_INVERTED_INDEX'='productBatch');
> Error: org.apache.carbondata.spark.exception.MalformedCarbonCommandException: Column group is not supported for no dictionary columns:productname (state=,code=0) and further more column group should be contigous as well,so there are two issues



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)