-
- Downloads
[Build][Minor] Fix building error & performance
1. When build the latest code with sbt, it throws exception like: [error] /home/hcheng/git/catalyst/core/src/main/scala/org/apache/spark/ui/jobs/AllJobsPage.scala:78: match may not be exhaustive. [error] It would fail on the following input: UNKNOWN [error] val classNameByStatus = status match { [error] 2. Potential performance issue when implicitly convert an Array[Any] to Seq[Any] Author: Cheng Hao <hao.cheng@intel.com> Closes #7611 from chenghao-intel/toseq and squashes the following commits: cab75c5 [Cheng Hao] remove the toArray 24df682 [Cheng Hao] fix building error & performance
Showing
- core/src/main/scala/org/apache/spark/ui/jobs/AllJobsPage.scala 1 addition, 0 deletions...src/main/scala/org/apache/spark/ui/jobs/AllJobsPage.scala
- sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/CatalystTypeConverters.scala 1 addition, 1 deletion...rg/apache/spark/sql/catalyst/CatalystTypeConverters.scala
Please register or sign in to comment