vasilije90 edited a comment on issue #4332: When using jdbc mysql connection, 
Root Cause Analysis breaks
URL: 
https://github.com/apache/incubator-pinot/issues/4332#issuecomment-507658913
 
 
   Hi @akshayrai 
   I fixed the issue by adding 
   String fixed_str = groupKeyVal.split("\\.")[0];
   millis = DateTime.parse(fixed_str, inputDataDateTimeFormatter).getMillis();
   to line 133 in parseResultSets function

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to