Commit f71e5cc
[HOT-FIX] bypass hive test when parse logical plan to json
#10311 introduces some rare, non-deterministic flakiness for hive udf tests, see #10311 (comment)
I can't reproduce it locally, and may need more time to investigate, a quick solution is: bypass hive tests for json serialization.
Author: Wenchen Fan <[email protected]>
Closes #10430 from cloud-fan/hot-fix.
(cherry picked from commit 8543997)
Signed-off-by: Michael Armbrust <[email protected]>1 parent 03e523e commit f71e5cc
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
201 | 204 | | |
202 | 205 | | |
203 | 206 | | |
| |||
209 | 212 | | |
210 | 213 | | |
211 | 214 | | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
0 commit comments