Jackie-Jiang opened a new pull request #6808: URL: https://github.com/apache/incubator-pinot/pull/6808
## Description Use `CalciteSqlParser` instead of `Pql2Compiler` to parse queries/expressions for: - `InbuiltFunctionEvaluator` (for filter and transform used in data ingestion) - Query tests Add the implementation of standard SQL `trim` scalar function which takes 3 arguments: which end to trim (`BOTH|LEADING|TRAILING`), characters to be trimmed off, value to trim. ## Release Notes The filter function and transform function configured in `IngestionConfig` should follow the SQL syntax. -- 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]
