You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "beliefer (via GitHub)" <gi...@apache.org> on 2023/10/07 11:00:00 UTC

Re: [PR] [SPARK-45453][SQL] Improve annotation normalization [spark]

beliefer commented on code in PR #43263:
URL: https://github.com/apache/spark/pull/43263#discussion_r1349504968


##########
sql/core/src/main/scala/org/apache/spark/sql/jdbc/JdbcDialects.scala:
##########
@@ -117,7 +117,7 @@ abstract class JdbcDialect extends Serializable with Logging {
   def convertJavaTimestampToTimestamp(t: Timestamp): Timestamp = t
 
   /**
-   * Convert java.sql.Timestamp to a LocalDateTime representing the same wall-clock time as the
+   * Convert `java.sql.Timestamp` to a LocalDateTime representing the same wall-clock time as the

Review Comment:
   It doesn't matter. Personally, I suggest not changing it.



-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org