Skip to content

Commit

Permalink
why not
Browse files Browse the repository at this point in the history
  • Loading branch information
clintropolis committed Aug 18, 2023
1 parent 0be4267 commit caa9f9f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ public Sequence<ResultRow> processSubqueryResult(
mergeResults(
(queryPlus, responseContext) -> finalResultSupplier.results(null),
query,
null
ResponseContext.createEmpty()
),
finalResultSupplier
);
Expand Down Expand Up @@ -673,7 +673,7 @@ private Sequence<ResultRow> processSubtotalsResultAndOptionallyClose(
)
),
subtotalQuery,
null
ResponseContext.createEmpty()
);
}
catch (Throwable e) {
Expand Down

0 comments on commit caa9f9f

Please sign in to comment.