You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/08/10 08:32:11 UTC

[GitHub] [beam] aromanenko-dev commented on pull request #14927: [BEAM-12400] MongoDBIO support for update within documents

aromanenko-dev commented on pull request #14927:
URL: https://github.com/apache/beam/pull/14927#issuecomment-895838433


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


-- 
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: github-unsubscribe@beam.apache.org

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