xiangfu0 commented on PR #18932: URL: https://github.com/apache/pinot/pull/18932#issuecomment-4921317743
Updated per review: the PR now rejects non-deterministic functions only during table config validation for ingestion \ and \. Runtime expression evaluation remains permissive, and I added a regression test showing \ still runs \, so existing tables with these functions keep ingesting.\n\nThe \ helper is only for preserving existing query compile-time behavior after marking \/\ non-deterministic in function metadata: they are non-deterministic across requests, but intentionally folded once per query request. Table validation still uses \. -- 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]
