Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
Preserve chunks in semiInvariantFlatMapStreamResult (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterneyens authored May 18, 2023
1 parent b6a9c35 commit 683e4d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ object CosmosContainer {
parameters: Map[String, Any],
options: QueryOptions
): Stream[F, StreamResult[A]] =
base.query(query, parameters, options).evalMap(_.traverse(f))
base.query(query, parameters, options).evalMapChunk(_.traverse(f))
def lookup(
partitionKey: Key,
id: Id,
Expand Down

0 comments on commit 683e4d0

Please sign in to comment.