HyukjinKwon commented on code in PR #41748:
URL: https://github.com/apache/spark/pull/41748#discussion_r1249964770
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/QueryPlanningTracker.scala:
##########
@@ -89,8 +90,32 @@ object QueryPlanningTracker {
}
}
+/**
+ * Callbacks after planning phase completion.
+ */
+trait QueryPlanningTrackerCallback {
Review Comment:
Actually `catalyst` is an internal package so API shouldn't live here. Also,
if you're exposing this, it should have things like `@since 3.5.0` too. In
addition, I think it has to be developer API that has `@DeveloperApi`
annotation.
--
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]