[jira] [Created] (CARBONDATA-3312) The hive metadata COLUMNS_V2 table is array<string>, but I created string and int

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

[jira] [Created] (CARBONDATA-3312) The hive metadata COLUMNS_V2 table is array<string>, but I created string and int

Akash R Nilugal (Jira)
duyf created CARBONDATA-3312:
--------------------------------

             Summary: The hive metadata COLUMNS_V2 table is array<string>, but I created string and int
                 Key: CARBONDATA-3312
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3312
             Project: CarbonData
          Issue Type: Improvement
    Affects Versions: 1.5.1
            Reporter: duyf
             Fix For: 1.5.2
         Attachments: cc.jpg, dd.jpg

I wanted to synchronize the metadata on kylin, but I found that the mini2 table had only one field, actually four fields. The following is my build statement

CREATE TABLE IF NOT EXISTS default.mini2
 (
id string,
name String,
city String,
age Int
)
 stored as carbondata
 tblproperties ("orc.compress"="snapyy")

 
 * Attached is the metadata screenshot

 



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