You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 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]>
0 commit comments