Skip to content

Commit

Permalink
fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
gatorsmile committed Jul 9, 2017
1 parent 04ff406 commit 596ea17
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -549,8 +549,6 @@ class ColumnExpressionSuite extends QueryTest with SharedSQLContext {
val data = sparkContext.parallelize(0 to 10).toDF("id")
data.write.parquet(dir.getCanonicalPath)

spark.read.parquet(dir.getCanonicalPath).explain(true)

// Test the 3 expressions when reading from files
val q = spark.read.parquet(dir.getCanonicalPath).select(
input_file_name(), expr("input_file_block_start()"), expr("input_file_block_length()"))
Expand Down

0 comments on commit 596ea17

Please sign in to comment.