cloud-fan commented on code in PR #53581:
URL: https://github.com/apache/spark/pull/53581#discussion_r2644752253


##########
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:
   +1. I think users can only use JDBC dialects via the JDBC data source, so we 
should document this deprecation in the JDBC data source doc page.



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