Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sezruby committed Feb 5, 2021
1 parent 1429e3e commit 689cef9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,8 @@ class ExplainTest extends SparkFunSuite with HyperspaceSuite {
.append("Batched: true, Format: Parquet, Location: " +
truncate(s"InMemoryFileIndex[${getIndexFilesPath("filterIndex")}]"))
.append(", PartitionFilters: [], PushedFilters: [IsNotNull(Col2), EqualTo(Col2,2)], ")
.append("ReadSchema: struct<Col2:int,Col1:string>, SelectedBucketsCount: 1 out of 200" + displayMode.highlightTag.close)
.append("ReadSchema: struct<Col2:int,Col1:string>, SelectedBucketsCount: 1 out of 200")
.append(displayMode.highlightTag.close)
.append(displayMode.newLine)
.append(displayMode.newLine)
.append("=============================================================")
Expand Down

0 comments on commit 689cef9

Please sign in to comment.