[jira] [Created] (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] [Created] (CARBONDATA-2682) create table with long_string_columns property

Akash R Nilugal (Jira)
lianganping created CARBONDATA-2682:
---------------------------------------

             Summary: create table with long_string_columns property
                 Key: CARBONDATA-2682
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-2682
             Project: CarbonData
          Issue Type: Bug
          Components: spark-integration
    Affects Versions: 1.4.1
            Reporter: lianganping


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)