Skip to content

Commit

Permalink
Fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
neildsh committed Jun 10, 2024
1 parent 5b4e6aa commit 82c72dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ private static void ParseUsingNativeParser(SqlQuerySpec sqlQuerySpec)
{
TryCatch<PartitionedQueryExecutionInfo> tryGetQueryPlan = QueryPartitionProvider.TryGetPartitionedQueryExecutionInfo(
querySpecJsonString: JsonConvert.SerializeObject(sqlQuerySpec),
partitionKeyDefinition: PartitionKeyDefinition,
partitionKeyDefinition: PartitionKeyDefinition,
vectorEmbeddingPolicy: null,
requireFormattableOrderByQuery: true,
isContinuationExpected: false,
allowNonValueAggregateQuery: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1362,7 +1362,6 @@ public void VectorSearch()
MakeVectorTest("Dot Product", Cosmos.DistanceFunction.DotProduct),
};


this.ExecuteTestSuite(testCases);
}

Expand Down

0 comments on commit 82c72dd

Please sign in to comment.