Skip to content

Commit

Permalink
Fix test file location
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGekk committed Sep 17, 2020
1 parent 690db25 commit 47091a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ class ApproximatePercentileQuerySuite extends QueryTest with SharedSparkSession
withTempView(table) {
spark.read
.schema("col int")
.csv(testFile("percentile_approx-input.csv.bz2"))
.csv(testFile("test-data/percentile_approx-input.csv.bz2"))
.repartition(1)
.createOrReplaceTempView(table)
checkAnswer(
Expand Down

0 comments on commit 47091a9

Please sign in to comment.