Commit da8d48d
committed
[SPARK-31935][SQL][TESTS][FOLLOWUP] Fix the test case for Hadoop2/3
This PR updates the test case to accept Hadoop 2/3 error message correctly.
SPARK-31935(#28760) breaks Hadoop 3.2 UT because Hadoop 2 and Hadoop 3 have different exception messages.
In #28791, there are two test suites missed the fix
No
Unit test
Closes #28796 from gengliangwang/SPARK-31926-followup.
Authored-by: Gengliang Wang <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>1 parent 5623228 commit da8d48d
File tree
1 file changed
+2
-2
lines changed- sql/core/src/test/scala/org/apache/spark/sql/streaming
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
536 | 536 | | |
537 | 537 | | |
538 | 538 | | |
539 | | - | |
| 539 | + | |
540 | 540 | | |
541 | 541 | | |
542 | 542 | | |
543 | | - | |
| 543 | + | |
544 | 544 | | |
545 | 545 | | |
546 | 546 | | |
| |||
0 commit comments