Jackie-Jiang opened a new pull request #5594: URL: https://github.com/apache/incubator-pinot/pull/5594
## Description Enhance Predicate.toString() to return valid expression: - The expression returned can be parsed back to the same predicate - The expression returned is the standardized string representation of the predicate - This change can help solve the predicate standardization problem in DistinctCountThetaSketch Also extract the common converter methods in BrokerRequestToQueryContextConverter into QueryContextConverterUtils so that they can be used by other classes ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
