Re: I loaded the data with the timestamp field unsuccessful

2017-03-08 Thread Liang Chen
Hi If the issue has be fixed? BTW, you don't need add date column to DICTIONARY_INCLUDE, it do index for date/timestamp columns. Regards Liang kex wrote > I loaded the data with the timestamp field unsuccessful,and timestamp > field is null. > > my sql: > carbon.sql("create

Re: I loaded the data with the timestamp field unsuccessful

2017-03-08 Thread QiangCai
try /M/dd Best Regards David CaiQiang -- View this message in context: http://apache-carbondata-mailing-list-archive.1130556.n5.nabble.com/I-loaded-the-data-with-the-timestamp-field-unsuccessful-tp8417p8419.html Sent from the Apache CarbonData Mailing List archive mailing list archive

I loaded the data with the timestamp field unsuccessful

2017-03-07 Thread kex
I loaded the data with the timestamp field unsuccessful,and timestamp field is null. my sql: carbon.sql("create TABLE IF NOT EXISTS test1 (date timestamp,id string) STORED BY 'carbondata' TBLPROPERTIES ('DICTIONARY_INCLUDE'='date','DATEFORMAT'='date:/MM/dd')") carbon.sql("L