MaxGekk commented on code in PR #56898:
URL: https://github.com/apache/spark/pull/56898#discussion_r3497914709


##########
sql/core/src/main/scala/org/apache/spark/sql/jdbc/JdbcDialects.scala:
##########
@@ -808,6 +808,9 @@ abstract class JdbcDialect extends Serializable with 
Logging {
     Option(e.getSQLState).exists(_.startsWith("42"))
   }
 
+  @Since("4.2.0")

Review Comment:
   `dev/next_version_candidates.py` reports the current `branch-4.x` at `4.3.0` 
(master `5.0.0`), so a method added now first ships in `4.3.0` — `4.2.0` looks 
like it predates the recent version bump (the existing `@Since("4.2.0")` 
entries in this file are from the prior cycle).
   ```suggestion
     @Since("4.3.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]

Reply via email to