Github user hhbyyh commented on the issue:

    https://github.com/apache/spark/pull/17361
  
    @tdas  Just FYI, I'm getting lint-java error:
    
    yuhao@yuhao-devbox:~/workspace/github/hhbyyh/spark$ ./dev/lint-java 
    ~Using `mvn` from path: /usr/bin/mvn
    Checkstyle checks failed at following occurrences:
    [ERROR] 
src/main/java/org/apache/spark/sql/streaming/KeyedStateTimeout.java:[41,35] 
(naming) MethodName: Method name 'ProcessingTimeTimeout' must match pattern 
'^[a-z][a-z0-9][a-zA-Z0-9_]*$'.
    [ERROR] 
src/main/java/org/apache/spark/sql/streaming/KeyedStateTimeout.java:[51,35] 
(naming) MethodName: Method name 'EventTimeTimeout' must match pattern 
'^[a-z][a-z0-9][a-zA-Z0-9_]*$'.
    [ERROR] 
src/main/java/org/apache/spark/sql/streaming/KeyedStateTimeout.java:[54,35] 
(naming) MethodName: Method name 'NoTimeout' must match pattern 
'^[a-z][a-z0-9][a-zA-Z0-9_]*$'.
    
    Maybe we should suppress the style error?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to