Skip to content

Commit

Permalink
Better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesalvo committed May 11, 2019
1 parent 8e28993 commit e703ee6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ internal override void ExecutePartition(String partitionKey, DataRow tableRow)
{
//Get aggregator value
String aggregatorValue = this.AggregatorContext.GetPartitionKeyExecutionResult<String>(partitionKey, String.Empty) ?? String.Empty;
//Update aggregator context (sample)
//Update aggregator context (partition)
if (String.IsNullOrEmpty(aggregatorValue))
this.AggregatorContext.UpdatePartitionKeyExecutionResult<String>(partitionKey, partitionKey);
}
Expand Down

0 comments on commit e703ee6

Please sign in to comment.