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

lianganping reassigned CARBONDATA-2682:
---------------------------------------

    Assignee: lianganping

> create table with long_string_columns property
> ----------------------------------------------
>
>                 Key: CARBONDATA-2682
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-2682
>             Project: CarbonData
>          Issue Type: Sub-task
>          Components: spark-integration
>    Affects Versions: 1.4.1
>            Reporter: lianganping
>            Assignee: lianganping
>            Priority: Minor
>          Time Spent: 4h 20m
>  Remaining Estimate: 0h
>
> 1. create table with partition and no_inverted_index no long_string_columns 
> should be blocked. eg: create table local_no_inverted_index0(id int,name 
> string,description string,address string,note string) stored by 'carbondata' 
> tblproperties('no_inverted_index'='note','long_string_columns'='note') ;
> create table local_partion(id int,name string,description string,address 
> string) partition by(note string) stored by 'carbondata' 
> tblproperties('long_string_columns'='note')
> 2. create table with duplicate long_string_column should be blocked.
> eg:create table local_longstringtbl(id int,name string,description 
> string,address string,note string) stored by 'carbondata' 
> tblproperties('long_string_columns'='note,note') ;



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to