i'm reading a JSON file and i'm using
TO_TIMESTAMP ("Time-Event",'Mon DD YYYY HH:MM:SS TZ')
But it's giving me this error:
ERROR org.apache.tajo.worker.TaskImpl: java.lang.IllegalArgumentException:
Invalid value "Jun 4 2015 11:46:20 CDT" for "Mon". The given value did not
match any of the allowed values for this field.
Same happens with TO_DATE
Thanks
