vasilije90 opened a new issue #4332: When using jdbc mysql connection, Root Cause Analysis breaks URL: https://github.com/apache/incubator-pinot/issues/4332 I tried connecting via jdbc to mysql database and fetching some daily data to test the Root Cause Analysis dashboard. There is a connection issue with the driver and although week over week data is loaded properly, the visualizations fail to materialize. While experimenting with the project in Intelij, I managed to find out that the issue appears in the fetchTimeSeries method where in particular this appears: java.lang.IllegalArgumentException: Invalid format: "2019-06-10 00:00:00.000000" is malformed at ".000000"
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org