cloud-fan commented on code in PR #40602:
URL: https://github.com/apache/spark/pull/40602#discussion_r1153979914
##########
sql/core/src/main/scala/org/apache/spark/sql/jdbc/JdbcDialects.scala:
##########
@@ -398,10 +398,24 @@ abstract class JdbcDialect extends Serializable with
Logging {
* @param newTable New name of the table.
* @return The SQL statement to use for renaming the table.
*/
+ @deprecated("Please use renameTable method with identifiers", "3.5.0")
Review Comment:
```suggestion
@deprecated("Please override renameTable method with identifiers", "3.5.0")
```
--
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]