Skip to content

Commit

Permalink
Address Code Review Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
prasar-ashutosh committed Nov 28, 2023
1 parent c2ac933 commit abdd853
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ private String jsonifyBatchSourceInfo(StagedFilesDatasetProperties stagedFilesDa
{
batchSourceMap.put("file_patterns", filePatterns);
}
bulkLoadEventIdValue.ifPresent(taskId -> batchSourceMap.put("event_id", taskId));
bulkLoadEventIdValue.ifPresent(eventId -> batchSourceMap.put("event_id", eventId));
ObjectMapper objectMapper = new ObjectMapper();
try
{
Expand Down

0 comments on commit abdd853

Please sign in to comment.