HyukjinKwon commented on code in PR #48390:
URL: https://github.com/apache/spark/pull/48390#discussion_r1794385790
##########
sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala:
##########
@@ -204,17 +204,6 @@ class SparkSession private(
*/
def listenerManager: ExecutionListenerManager = sessionState.listenerManager
- /**
- * :: Experimental ::
- * A collection of methods that are considered experimental, but can be used
to hook into
- * the query planner for advanced functionality.
- *
- * @since 2.0.0
- */
- @Experimental
- @Unstable
- def experimental: ExperimentalMethods = sessionState.experimentalMethods
Review Comment:
I don't think we can actually remove this .. This is being used a lot here
and there IIRC ... E.g., see
https://community.getorchestra.io/apache-foundation/apache-spark-scala-api-experimentalmethods/
I also used this in my previous workplace too ..
--
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]