XorSum commented on code in PR #2404:
URL: https://github.com/apache/auron/pull/2404#discussion_r3612380137
##########
spark-version-annotation-macros/src/main/scala/org/apache/auron/sparkver.scala:
##########
@@ -86,6 +86,40 @@ object sparkver {
c.Expr(q"$head; ..${annottees.tail}")
}
}
+
+ def verExcludeParents(c: whitebox.Context)(annottees: c.Expr[Any]*):
c.Expr[Any] = {
Review Comment:
This macro `verExcludeParents` was AI-generated by `Kimi K3`. All other code
was written by human.
--
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]