[
https://issues.apache.org/jira/browse/CARBONDATA-700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Liang Chen resolved CARBONDATA-700.
-----------------------------------
Resolution: Fixed
Fix Version/s: 1.0.1-incubating
> 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
> Fix For: 1.0.1-incubating
>
> Time Spent: 1h 40m
> 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)