[jira] [Updated] (CARBONDATA-2682) create table with long_string_columns property

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

[jira] [Updated] (CARBONDATA-2682) create table with long_string_columns property

Akash R Nilugal (Jira)

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

xuchuanyin updated CARBONDATA-2682:
-----------------------------------
    Issue Type: Sub-task  (was: New Feature)
        Parent: CARBONDATA-2420

> 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
>            Priority: Minor
>          Time Spent: 40m
>  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)