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

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

#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 as the sort key and an int, double and date as a composite partition key.
AspectDesc.1: ContiguousOrder with bigint as the sort key and an bigint, varchar and timestamp as a composite partition key.