When using CSV bulk loader with dates I am getting this error Error: org.joda.time.format.DateTimeFormatter.withZoneUTC()Lorg/joda/time/format/DateTimeFormatter
Table DDL: create table TS_TEST ( ID integer not null, REC_TIMESTAMP timestamp not null, REC_TIMESTAMP_STR varchar not null CONSTRAINT TS_TEST_PK PRIMARY KEY (ID,REC_TIMESTAMP,REC_TIMESTAMP_STR) ) COMPRESSION='SNAPPY'; Input File Data: 1,2015-03-01 00:00:00.111,2015-03-01 00:00:00.111 2,2015-03-01 01:00:00.222,2015-03-01 01:00:00.222 3,2015-03-01 02:00:00.333,2015-03-01 02:00:00.333 4,2015-03-01 03:00:00.444,2015-03-01 03:00:00.444 Information in this e-mail and its attachments is confidential and privileged under the TEOCO confidentiality terms that can be reviewed here<http://www.teoco.com/email-disclaimer>.
