Skip to content
Closed
Prev Previous commit
Fix merge conflicts
  • Loading branch information
MaxGekk committed Jun 26, 2018
commit ae2c7f1e5748cf9e2563bf3d8bdbf01f1f4fd707
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,6 @@ class DataFrameFunctionsSuite extends QueryTest with SharedSQLContext {
}
}

test("map size function") {
def testSizeOfMap(sizeOfNull: Any): Unit = {
val df = Seq(
(Map[Int, Int](1 -> 1, 2 -> 2), "x"),
Expand Down