pareshsarafmdb commented on pull request #14927:
URL: https://github.com/apache/beam/pull/14927#issuecomment-895905883


   > > @pareshsarafmdb No worries, it's just a command to run `Java PreCommit` 
job. Actually, it fails (you can see the results by clicking on "Details" 
against `Java ("Run Java PreCommit")` check):
   > > ```
   > > 20:47:11 > Task :sdks:java:io:mongodb:compileJava
   > > 20:47:11 
/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Java_Phrase/src/sdks/java/io/mongodb/src/main/java/org/apache/beam/sdk/io/mongodb/UpdateField.java:43:
 error: [argument.type.incompatible] incompatible argument for parameter 
sourceField of UpdateField.
   > > 20:47:11     return new UpdateField(updateOperator, null, destField);
   > > 20:47:11                                            ^
   > > 20:47:11   found   : null (NullType)
   > > 20:47:11   required: @Initialized @NonNull String
   > > ```
   > > 
   > > 
   > >     
   > >       
   > >     
   > > 
   > >       
   > >     
   > > 
   > >     
   > >   
   > > I'd recommend to run this command `./gradlew 
:sdks:java:io:mongodb:check` locally before pushing your changes to make sure 
that everything is fine.
   > 
   > I have done it and verified it again. No issues with the build in local.
   > BUILD SUCCESSFUL in 3m 4s
   > 58 actionable tasks: 58 executed
   
   And If i see the console log the error doesn't seem to be related to changes 
I made. Can you pls check. @aromanenko-dev 


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


Reply via email to