HyukjinKwon commented on code in PR #46199:
URL: https://github.com/apache/spark/pull/46199#discussion_r1577574440
##########
sql/core/src/main/scala/org/apache/spark/sql/SQLContext.scala:
##########
@@ -157,19 +157,6 @@ class SQLContext private[sql](val sparkSession:
SparkSession)
sparkSession.conf.getAll
}
- /**
- * :: Experimental ::
- * A collection of methods that are considered experimental, but can be used
to hook into
- * the query planner for advanced functionality.
- *
- * @group basic
- * @since 1.3.0
- */
- @Experimental
- @transient
- @Unstable
- def experimental: ExperimentalMethods = sparkSession.experimental
Review Comment:
I would avoid the breaking change.
--
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]