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

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

#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: The stream has int, bigint, double, varchar, date and timestamp attributes. The where clause of RelationMap uses date comparison. Since the date format Oracle uses is different, a different test was created just for Oracle. This test should be run only on Oracle.