Skip to content

Commit

Permalink
Fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ramari16 committed Dec 20, 2024
1 parent 33159a3 commit 0d35b8c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ private AsyncResult initializeResult(Query query) throws IOException {
.setStatus(AsyncResult.Status.PENDING)
.setQueuedTime(System.currentTimeMillis())
.setId(queryId);
query.setId(result.getId());
results.put(result.getId(), result);
return result;
}
Expand Down

0 comments on commit 0d35b8c

Please sign in to comment.