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
address comment
  • Loading branch information
cloud-fan committed Nov 25, 2016
commit 6f785e3685ea80784ed7c38dbd29f5976d257f20
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import org.apache.spark.sql.types.StructType
import org.apache.spark.util.Utils


class HiveExternalCatalogCompatibilitySuite extends QueryTest with TestHiveSingleton {
class HiveExternalCatalogBackwardCompatibilitySuite extends QueryTest with TestHiveSingleton {

// To test `HiveExternalCatalog`, we need to read/write the raw table meta from/to hive client.
val hiveClient: HiveClient =
Expand Down