Hi
I'm getting date-time data in the following format : '
yyyy-MM-dd'T'HH:mm:ss.SSSZ'.
I read the value as a chararray and then pass it to Pig's ToDate() function
while specifying the same previously stated date format as the format
string argument to the function. The function however fails to parse the
'T' within the string. Is there a way to specify this particular date
format to the ToDate() function in Pig or is this format not supported by
the function?

Thanks
Parth S

Reply via email to