xiangfu0 commented on code in PR #18932:
URL: https://github.com/apache/pinot/pull/18932#discussion_r3663965209
##########
pinot-spi/src/main/java/org/apache/pinot/spi/annotations/ScalarFunction.java:
##########
@@ -67,5 +67,36 @@
*/
boolean isDeterministic() default true;
+ /**
+ * Whether the scalar function should be treated as deterministic when an
ingestion transform is replayed.
Review Comment:
Updated the new annotation documentation to Markdown `///` comments,
including Markdown link and code formatting.
--
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]