Skip to content

Commit

Permalink
fix test failed
Browse files Browse the repository at this point in the history
  • Loading branch information
windpiger committed Feb 22, 2017
1 parent 83dba73 commit 58a0020
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ abstract class BucketedWriteSuite extends QueryTest with SQLTestUtils {

def tableDir: File = {
val identifier = spark.sessionState.sqlParser.parseTableIdentifier("bucketed_table")
new File(URI.create(spark.sessionState.catalog.defaultTablePath(identifier)))
new File(URI.create(s"file:${spark.sessionState.catalog.defaultTablePath(identifier)}"))
}

/**
Expand Down

0 comments on commit 58a0020

Please sign in to comment.