Skip to content

Commit

Permalink
Merge branch 'release/0008' into ALS-3978
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcolon021 committed Dec 14, 2023
2 parents 1881c90 + 86275ce commit 1842248
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ public Response querySync(QueryRequest queryRequest) {

Set<String> allowedResultTypes = Set.of(
"COUNT", "CROSS_COUNT", "INFO_COLUMN_LISTING", "OBSERVATION_COUNT",
"OBSERVATION_CROSS_COUNT", "CATEGORICAL_CROSS_COUNT", "CONTINUOUS_CROSS_COUNT"
"OBSERVATION_CROSS_COUNT", "CATEGORICAL_CROSS_COUNT", "CONTINUOUS_CROSS_COUNT",
"VARIANT_COUNT_FOR_QUERY", "AGGREGATE_VCF_EXCERPT", "VCF_EXCERPT"
);

if (!allowedResultTypes.contains(expectedResultType)) {
Expand Down

0 comments on commit 1842248

Please sign in to comment.