#This is the primary operator that is tested
PrimaryOperator: BatchedStreamOutput

#This is the operator which gives input to the primary operator
InputOperator: ContiguousOrder

#Text description of what aspect is being tested, the operator configuration, etc.
#If more than one test exists per cell, use AspectDesc.1, AspectDesc.2, etc

AspectDesc.0: ContiguousOrder with int(id) as the sort key and BigInt a partition key. The start value is 1. The input ContiguousOrder has a int as the sort key (start 1) and parentID(BigInt) as the partition key.