Skip to content

Commit

Permalink
ALS-6511: Fix refactoring bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ramari16 committed Jul 22, 2024
1 parent 0175c75 commit 79fee23
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ public HpdsProcessor getProcessor() {

public AsyncResult(Query query, HpdsProcessor processor, ResultWriter writer) {
this.query = query;
this.processor = processor;
this.headerRow = processor.getHeaderRow(query);
try {
stream = new ResultStoreStream(headerRow, writer);
Expand Down

0 comments on commit 79fee23

Please sign in to comment.