Commit 4d15f64
[SPARK-51219][SQL][TESTS][FOLLOWUP] ShowTablesExec
### What changes were proposed in this pull request?
Related to #49144. scala 2.12 is failing with `ArrayImplicits`, which is in use for `ShowTablesExec.isTempView` method. This PR removes `org.apache.spark.util.ArrayImplicits._` from `ShowTablesExec` and uses default Seq instead.
### Why are the changes needed?
To fix failing scala 2.12 compilation isssu.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Existing init tests and actions run.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #50008 from ostronaut/features/ShowTablesExec-remove-ArrayImplicits.
Authored-by: Dima <[email protected]>
Signed-off-by: Wenchen Fan <[email protected]> remove ArrayImplicits`1 parent 030e691 commit 4d15f64
File tree
1 file changed
+1
-3
lines changed- sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2
1 file changed
+1
-3
lines changedLines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
53 | | - | |
54 | | - | |
| 52 | + | |
55 | 53 | | |
56 | 54 | | |
57 | 55 | | |
0 commit comments