You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by "Jay (JIRA)" <ji...@apache.org> on 2016/08/24 04:10:20 UTC

[jira] [Created] (CARBONDATA-173) Error info is not proper when measure use COLUMNDICT

Jay created CARBONDATA-173:
------------------------------

             Summary: Error info is not proper when measure use COLUMNDICT
                 Key: CARBONDATA-173
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-173
             Project: CarbonData
          Issue Type: Bug
            Reporter: Jay
            Priority: Minor


in CREATE TABLE IF NOT EXISTS t3
           (ID Int, date Timestamp, country String,
           name String, phonetype String, serialname String, salary Int)
           STORED BY 'carbondata',
then user use LOAD DATA LOCAL INPATH '$testData' into table t3 OPTIONS('COLUMNDICT'='id:FilePath'), because the ID is measure, so exception should be thrown to indicate that measure can not use COLUMNDICT.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)