HyukjinKwon commented on code in PR #49780: URL: https://github.com/apache/spark/pull/49780#discussion_r1940336311
########## sql/core/src/main/scala/org/apache/spark/sql/SparkSessionExtensionsProvider.scala: ########## @@ -76,7 +74,6 @@ import org.apache.spark.annotation.{DeveloperApi, Since, Unstable} * @since 3.2.0 */ @DeveloperApi -@Unstable Review Comment: I mean, nothing will be affected by this ... I just worry about using `SparkSessionExtensions` itself... TBH, I personally don't like this `SparkSessionExtensions` in general because it opens too much catalyst API usage, and touching rules.. and I was thinking about having them all as `Unstable` for now.. I actually don't like all those API ... such as `df.queryExecution`, etc. for the same reason. -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org