Login  Register

Re: List the supported datatypes in carbondata

Posted by Liang Chen on Nov 09, 2016; 1:06am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/List-the-supported-datatypes-in-carbondata-tp2419p2755.html

Hi

Please find the data type list:
https://cwiki.apache.org/confluence/display/CARBONDATA/Carbon+Data+Types

Regards
Liang
cenyuhai wrote
I think we should make it clear that what datatypes are supported in carbondata.

these types are confused (int or integer, short or smallint, long or bigint, double or numeric)

some datatypes are not supported now, (numeric, integer, short, smallint, long, numeric).

We should tell users what datatypes are supported in docs which is not existed now.

We need a doc like https://cwiki.apache.org/confluence/display/Hive/LanguageManual+Types

I suggest that we support (string, int, smallint, bigint, float, double, decimal, timestamp, array, struct) at first.