You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "sehriff (JIRA)" <ji...@apache.org> on 2017/03/29 02:36:42 UTC

[jira] [Commented] (CARBONDATA-829) DICTIONARY_EXCLUDE is not working when using Spark Datasource DDL

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

sehriff commented on CARBONDATA-829:
------------------------------------

   [TBLPROPERTIES (property_name=property_value, ...)]  
try to use "=" 

> DICTIONARY_EXCLUDE is not working when using Spark Datasource DDL
> -----------------------------------------------------------------
>
>                 Key: CARBONDATA-829
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-829
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Jacky Li
>
> When creating table for TCP-H, found that following operation will fail
> create table car(                                                          
> L_SHIPDATE string,
> L_SHIPMODE string,
> L_SHIPINSTRUCT string,
> L_RETURNFLAG string,
> L_RECEIPTDATE string,
> L_ORDERKEY string,
> L_PARTKEY string,
> L_SUPPKEY   string,
> L_LINENUMBER int,
> L_QUANTITY decimal,
> L_EXTENDEDPRICE decimal,
> L_DISCOUNT decimal,
> L_TAX decimal,
> L_LINESTATUS string,
> L_COMMITDATE string,
> L_COMMENT  string                                        
> ) 
> USING org.apache.spark.sql.CarbonSource
> OPTIONS (tableName "car", DICTIONARY_EXCLUDE "L_ORDERKEY, L_PARTKEY, L_SUPPKEY, L_COMMENT");



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