Commit 1aa8d5a
committed
[SPARK-54375][CONNECT][TESTS][FOLLOWUP] Make
### What changes were proposed in this pull request?
This pr aims to make the test cases in `PythonPipelineSuite` perform a default check for `PythonTestDepsChecker.isConnectDepsAvailable`.
### Why are the changes needed?
Simplify the dependency checks for Python modules in test cases within `PythonPipelineSuite`.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Pass Github Actions
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #53106 from LuciferYang/refactor-PythonPipelineSuite.
Authored-by: yangjie01 <yangjie01@baidu.com>
Signed-off-by: yangjie01 <yangjie01@baidu.com>PythonPipelineSuite perform a default check for PythonTestDepsChecker.isConnectDepsAvailable
1 parent dff0620 commit 1aa8d5a
File tree
1 file changed
+12
-10
lines changed- sql/connect/server/src/test/scala/org/apache/spark/sql/connect/pipelines
1 file changed
+12
-10
lines changedsql/connect/server/src/test/scala/org/apache/spark/sql/connect/pipelines/PythonPipelineSuite.scala
Lines changed: 12 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
| |||
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
52 | | - | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| |||
530 | 532 | | |
531 | 533 | | |
532 | 534 | | |
533 | | - | |
534 | 535 | | |
535 | 536 | | |
536 | 537 | | |
| |||
549 | 550 | | |
550 | 551 | | |
551 | 552 | | |
552 | | - | |
553 | 553 | | |
554 | 554 | | |
555 | 555 | | |
| |||
623 | 623 | | |
624 | 624 | | |
625 | 625 | | |
626 | | - | |
627 | 626 | | |
628 | 627 | | |
629 | 628 | | |
| |||
676 | 675 | | |
677 | 676 | | |
678 | 677 | | |
679 | | - | |
680 | 678 | | |
681 | 679 | | |
682 | 680 | | |
| |||
825 | 823 | | |
826 | 824 | | |
827 | 825 | | |
828 | | - | |
829 | 826 | | |
830 | 827 | | |
831 | 828 | | |
| |||
837 | 834 | | |
838 | 835 | | |
839 | 836 | | |
840 | | - | |
841 | 837 | | |
842 | 838 | | |
843 | 839 | | |
| |||
851 | 847 | | |
852 | 848 | | |
853 | 849 | | |
854 | | - | |
855 | 850 | | |
856 | 851 | | |
857 | 852 | | |
| |||
1048 | 1043 | | |
1049 | 1044 | | |
1050 | 1045 | | |
1051 | | - | |
1052 | 1046 | | |
1053 | 1047 | | |
1054 | 1048 | | |
| |||
1063 | 1057 | | |
1064 | 1058 | | |
1065 | 1059 | | |
1066 | | - | |
1067 | 1060 | | |
1068 | 1061 | | |
1069 | 1062 | | |
| |||
1111 | 1104 | | |
1112 | 1105 | | |
1113 | 1106 | | |
| 1107 | + | |
| 1108 | + | |
| 1109 | + | |
| 1110 | + | |
| 1111 | + | |
| 1112 | + | |
| 1113 | + | |
| 1114 | + | |
| 1115 | + | |
1114 | 1116 | | |
0 commit comments