Commit b00a2aa
committed
Sort the results before comparison
The SQL statements don't contain an `ORDER BY` clause, so the ordering
can't be an intentional check for this exercise. This exercise happens
to work most of the time because BigQuery tends to return results in the
same order, but sometimes it doesn't. Learn users shouldn't have to deal
with this non-determinism in the check.
http://b/4159486681 parent 9188caf commit b00a2aa
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| 189 | + | |
189 | 190 | | |
190 | 191 | | |
191 | 192 | | |
192 | 193 | | |
| 194 | + | |
193 | 195 | | |
194 | 196 | | |
195 | 197 | | |
196 | | - | |
| 198 | + | |
| 199 | + | |
197 | 200 | | |
198 | 201 | | |
199 | 202 | | |
| |||
0 commit comments