http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/jira-Updated-CARBONDATA-173-Error-info-is-not-proper-when-measure-use-COLUMNDICT-tp1437.html
> 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
> Assignee: Jay
> Priority: Minor
> Fix For: 0.2.0-incubating, 0.1.1-incubating
>
>
> 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.