CourseInsights / test / resources / queries / invalid / groupedOver5000.json
groupedOver5000.json
Raw
{
	"title": "GroupedOver5000",
	"input": {
		"WHERE": {
			"OR": [
				{
					"LT": {
						"sections_avg": 68.57
					}
				},
				{
					"EQ": {
						"sections_avg": 96
					}
				},
				{
					"IS": {
						"sections_uuid": "10942"
					}
				},
				{
					"IS": {
						"sections_uuid": "10943"
					}
				}
			]
		},
		"OPTIONS": {
			"COLUMNS": [
				"sections_uuid"
			],
			"ORDER": "sections_uuid"
		},
		"TRANSFORMATIONS": {
			"GROUP": [
				"sections_uuid"
			],
			"APPLY": []
		}
	},
	"errorExpected": true,
	"orderExpected": true,
	"orderBy": "sections_avg",
	"expected": "ResultTooLargeError"
}