hvanhovell commented on code in PR #48390:
URL: https://github.com/apache/spark/pull/48390#discussion_r1795392918


##########
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:
   By that logic we cannot remove anything ever...
   
   We have a better, more complete, less finicky, alternative.  Let's use that 
instead.



-- 
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]

Reply via email to