Update results of a job query with results from another query.
- Parameters:
- 
- job_infodict[str,dict[str, Any]]
- Results of the job query that needs to be updated. 
- other_infodict[str,dict[str, Any]]
- Results of the other job query. 
 
- Returns:
- 
- job_infodict[str,dict[str, Any]]
- The updated results.