[
https://issues.apache.org/jira/browse/BEAM-12400?focusedWorklogId=636380&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-636380
]
ASF GitHub Bot logged work on BEAM-12400:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 10/Aug/21 10:13
Start Date: 10/Aug/21 10:13
Worklog Time Spent: 10m
Work Description: 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]
Issue Time Tracking
-------------------
Worklog Id: (was: 636380)
Remaining Estimate: 164h 40m (was: 164h 50m)
Time Spent: 3h 20m (was: 3h 10m)
> Improve MongoDBIO for beam - add update capability
> --------------------------------------------------
>
> Key: BEAM-12400
> URL: https://issues.apache.org/jira/browse/BEAM-12400
> Project: Beam
> Issue Type: Improvement
> Components: io-java-mongodb
> Reporter: Paresh Saraf
> Assignee: Paresh Saraf
> Priority: P2
> Original Estimate: 168h
> Time Spent: 3h 20m
> Remaining Estimate: 164h 40m
>
> Right now mongodbio supports only inserts/overwrites to a collections. In
> many cases it will be usually updating an existing document: setting a field
> or pushing into an array. BulkUpdate capability to be added as part part of
> MongoDBIo->Write
--
This message was sent by Atlassian Jira
(v8.3.4#803005)