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)