You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/10/12 00:45:27 UTC

[GitHub] [spark] HyukjinKwon commented on a change in pull request #34243: [SPARK-36853][BUILD] Code failing on checkstyle

HyukjinKwon commented on a change in pull request #34243:
URL: https://github.com/apache/spark/pull/34243#discussion_r726679682



##########
File path: sql/core/src/main/java/org/apache/spark/sql/streaming/Trigger.java
##########
@@ -41,7 +41,7 @@
    *
    * @since 2.2.0
    */
-  public static Trigger ProcessingTime(long intervalMs) {
+  public static Trigger processingTime(long intervalMs) {

Review comment:
       This kind of change breaks backward compatibility. We will have to make it skipped.




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