CourseInsights / test / resources / queries / invalid / largeError.json
largeError.json
Raw
{
	"title": "More than loadable amount",
	"input": {
		"WHERE": {},
		"OPTIONS": {
			"COLUMNS": [
				"sections_dept",
				"sections_avg"
			]
		}
	},
	"errorExpected": true,
	"orderExpected": false,
	"orderBy": "sections_avg",
	"expected": "ResultTooLargeError"
}