jihaozh opened a new pull request #4125: [TE] Fix the dimension values that contain dot to show up correctly in ThirdEye URL: https://github.com/apache/incubator-pinot/pull/4125 - If there is a dot in a dimension value, it won't be able to show up correctly in the RCA page. This also affects the time series fetching cause it's querying a wrong dimension name. This is caused by a hack to parse the timestamps that contain a dot in the sql result. This PR removes this hack and resolves the issue. The timestamp parsing should be configured in the data set time stamp format instead. - Add static final constants to decrease memory footprint.
---------------------------------------------------------------- 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]
