seunggabi commented on code in PR #37478:
URL: https://github.com/apache/spark/pull/37478#discussion_r947184577
##########
sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala:
##########
@@ -821,6 +821,7 @@ object SparkSession extends Logging {
*
* @since 2.0.0
*/
+ @deprecated("use conf", "3.3.1")
Review Comment:
@srowen
thx for your comment.
I will change `3.4.0`.
I think, `config` method deprecated is better than or not.
because same method `conf`.
conf method is extended from `config`.
(more useful)
but, you don't like, I will remove `deprecated`
can you give me answer?
--
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]