pan3793 commented on code in PR #53581:
URL: https://github.com/apache/spark/pull/53581#discussion_r2644764531
##########
sql/core/src/main/scala/org/apache/spark/sql/jdbc/DerbyDialect.scala:
##########
@@ -24,7 +24,7 @@ import org.apache.spark.sql.connector.catalog.Identifier
import org.apache.spark.sql.errors.{QueryCompilationErrors,
QueryExecutionErrors}
import org.apache.spark.sql.types._
-
+@deprecated(since = "4.2.0")
Review Comment:
in addition to mentioning deprecation in docs, how about adding a warning
log on loading this class?
--
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]