Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-51219][SQL][TESTS][FOLLOWUP] ShowTablesExec
remove
ArrayImpl…
…icits` 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. To fix failing scala 2.12 compilation isssu. No Existing init tests and actions run. No. Closes #50008 from ostronaut/features/ShowTablesExec-remove-ArrayImplicits. Authored-by: Dima <dimanowq@gmail.com> Signed-off-by: Wenchen Fan <wenchen@databricks.com> (cherry picked from commit 4d15f64) Signed-off-by: Wenchen Fan <wenchen@databricks.com>
- Loading branch information