Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
fix scalastyle issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Harish Butani committed Mar 17, 2016
1 parent b7abc81 commit 7e8cf3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -415,4 +415,4 @@ class SparkIntervalConditionExtractor(val dqb : DruidQueryBuilder) {
Some(IntervalCondition(IntervalConditionType.LTE, millisSinceEpoch(value)))
case _ => None
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class DruidRewriteCubeTest extends BaseTest {
with Cube""")
logPlan("basicAgg", df)

//df.show()
// df.show()
}

test("basicFilterCube",
Expand Down Expand Up @@ -118,4 +118,4 @@ class DruidRewriteCubeTest extends BaseTest {
true
)

}
}

0 comments on commit 7e8cf3e

Please sign in to comment.