Commit f99ba23
committed
test: fall back to Spark for map array element shuffle on Spark 4.0
Spark 4.0 normalizes shuffle keys containing array<map> via
transform(arr, x -> mapsort(x)), which Comet does not yet support
because ArrayTransform with a lambda body has no serde. Mark the
columnar shuffle on map array element test as expecting the fallback
on Spark 4.0+ while still verifying answer correctness.1 parent ae6237f commit f99ba23
1 file changed
Lines changed: 6 additions & 1 deletion
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
213 | 214 | | |
214 | 215 | | |
215 | 216 | | |
216 | | - | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
217 | 222 | | |
218 | 223 | | |
219 | 224 | | |
| |||
0 commit comments