tangdian opened a new pull request #4126: [TE] add time format for MySQL: yyyy-mm-dd hh:mm:ss.S URL: https://github.com/apache/incubator-pinot/pull/4126 MySQL returns yyyy-MM-dd HH:mm:ss.S for datetime. My code was to eliminate everything after the '.' so a usual yyyy-MM-dd HH:mm:ss formatter can parse it, but it broke pinot when some dimension values contains dot. This is fixed by Jihao in https://github.com/apache/incubator-pinot/pull/4125. The proper way is just to add a new time format.
---------------------------------------------------------------- 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]
