Skip to content

Commit

Permalink
build query outputs query id to ids map (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenwarejones committed Dec 10, 2021
1 parent 2d729cd commit 264f89b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -145,7 +145,7 @@ message ExchangeWorkflow {
// This is a serialized instance of private_membership.batch.Parameters.
bytes serialized_parameters = 1;
int32 encrypted_query_bundle_file_count = 2;
int32 query_id_and_panelist_key_file_count = 3;
int32 query_id_to_ids_file_count = 3;
int32 num_shards = 4;
int32 num_buckets_per_shard = 5;
// Consider making this optional once its not experimental
Expand Down

0 comments on commit 264f89b

Please sign in to comment.