xiangfu0 opened a new pull request, #18932: URL: https://github.com/apache/pinot/pull/18932
## Summary - reject non-deterministic scalar functions when validating or constructing ingestion transform evaluators - mark now() and ago()/agoMV() as non-deterministic so now()/ago() transforms fail fast - keep default expression evaluator behavior permissive for existing non-ingestion callers ## Tests - GITHUB_ACTIONS=true ./mvnw -pl pinot-common -am -Dtest=InbuiltFunctionEvaluatorTest,CalciteSqlCompilerTest -Dsurefire.failIfNoSpecifiedTests=false test - GITHUB_ACTIONS=true ./mvnw -pl pinot-segment-local -am -Dtest=ExpressionTransformerTest,TableConfigUtilsTest,SchemaUtilsTest -Dsurefire.failIfNoSpecifiedTests=false test - GITHUB_ACTIONS=true ./mvnw -pl pinot-core -am -Dtest=FunctionRegistryTest -Dsurefire.failIfNoSpecifiedTests=false test - ./mvnw spotless:apply -pl pinot-common,pinot-segment-local,pinot-core - GITHUB_ACTIONS=true ./mvnw checkstyle:check -pl pinot-common,pinot-segment-local,pinot-core - ./mvnw license:format -pl pinot-common,pinot-segment-local,pinot-core - GITHUB_ACTIONS=true ./mvnw license:check -pl pinot-common,pinot-segment-local,pinot-core - git diff --check -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
