Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[SPARK-12533]Updated CachedTableSuite.scala
Removed the AnalysisException class import command, as it throws (hidden) warning. The Analysis Exception is already available in this package
  • Loading branch information
thomastechs committed Jan 2, 2016
commit f74a9a227e5667b6ffec8f347eec369e1246b1f3
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

package org.apache.spark.sql

import org.apache.spark.sql.AnalysisException

import org.apache.spark.sql.execution.Exchange
import org.apache.spark.sql.execution.PhysicalRDD

Expand Down