Skip to content

Commit

Permalink
undo error message update
Browse files Browse the repository at this point in the history
  • Loading branch information
Maya-Painter committed Sep 8, 2023
1 parent 6199e98 commit 099ecc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ private static TryCatch<CrossFeedRangeState<QueryState>> MonadicExtractState(
{
return TryCatch<CrossFeedRangeState<QueryState>>.FromException(
new MalformedContinuationTokenException(
$"Invalid format for continuation token {continuationToken} for {nameof(ParallelCrossPartitionQueryPipelineStage)}. Please ensure you are using the continuation token generated by the system and for the continuation of same query as before"));
$"Invalid format for continuation token {continuationToken} for {nameof(ParallelCrossPartitionQueryPipelineStage)}"));
}

if (parallelContinuationTokenListRaw.Count == 0)
Expand Down

0 comments on commit 099ecc8

Please sign in to comment.