Github user xubo245 commented on the issue:

    https://github.com/apache/carbondata/pull/2691
  
    @xuchuanyin CSV table is "create table ... using csv options...". In 
branch-1.3, CSV table cann't load csv data with spark2.2 because: If using low 
commons-lang version, the default for the timestampFormat is 
yyyy-MM-dd'T'HH:mm:ss.SSSXXX which is an illegal argument and can not be 
recognized after upgrade spark from 2.1 to 2.2. It needs to be set when you are 
writing the dataframe out.


---

Reply via email to