Re: About measure in carbon
Posted by manishgupta88 on Dec 06, 2016; 5:51am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/About-measure-in-carbon-tp3627p3802.html
Hi Ravi,
Currently we are using hive parser to parse carbon create table DDL. Hive does not support short datatype instead it supports short and byte with a different name as smallInt(16 bit) and tinyInt(8 bit) data types. But in carbon we do not support these datatypes.
Do we need to handle these datatypes in carbon?. If yes then I can create a jira for this issue and track this feature.
Regards
Manish Gupta