You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "duyf (JIRA)" <ji...@apache.org> on 2019/03/12 08:09:00 UTC

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

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)