npawar opened a new pull request #4870: Add getResultColumnName API to AggregationFunction to fetch sql compliant result name URL: https://github.com/apache/incubator-pinot/pull/4870 PQL converts column name as "AVG(foo)" -> "avg_foo". In the SQL style, this would have been "avg(foo)". Adding a new API to get the new result name. Enhanced tests to check the right name is received at the ResultTable in the broker results
---------------------------------------------------------------- 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]
