[
https://issues.apache.org/jira/browse/BEAM-14115?focusedWorklogId=742642&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-742642
]
ASF GitHub Bot logged work on BEAM-14115:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 16/Mar/22 18:39
Start Date: 16/Mar/22 18:39
Worklog Time Spent: 10m
Work Description: y1chi commented on pull request #17102:
URL: https://github.com/apache/beam/pull/17102#issuecomment-1069405131
please run ./gradlew spotlessApply
--
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: 742642)
Time Spent: 20m (was: 10m)
> Update find criteria limited to _id
> -----------------------------------
>
> Key: BEAM-14115
> URL: https://issues.apache.org/jira/browse/BEAM-14115
> Project: Beam
> Issue Type: Bug
> Components: io-java-mongodb
> Affects Versions: 2.37.0
> Reporter: Olivier Le Quellec
> Priority: P2
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Documents update during write operations specify a find criteria, which is
> currently hard-coded to be on "_id" only. This is blocking for a lot
> scenarios, where we would like to upsert on a business-related document field
> By adding "findKey" in UpdateConfiguration, we can specify a find criteria on
> any field of the document. The "findKey" will default to "_id" if not
> specified
--
This message was sent by Atlassian Jira
(v8.20.1#820001)