Skip to content

Commit

Permalink
[SPARK-21583][HOTFIX] Removed intercept in test causing failures
Browse files Browse the repository at this point in the history
Removing a check in the ColumnarBatchSuite that depended on a Java assertion.  This assertion is being compiled out in the Maven builds causing the test to fail.  This part of the test is not specifically from to the functionality that is being tested here.

Author: Bryan Cutler <cutlerb@gmail.com>

Closes #19098 from BryanCutler/hotfix-ColumnarBatchSuite-assertion.
  • Loading branch information
BryanCutler authored and gatorsmile committed Aug 31, 2017
1 parent fc45c2c commit 501370d
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1308,10 +1308,6 @@ class ColumnarBatchSuite extends SparkFunSuite {
}
}

intercept[java.lang.AssertionError] {
batch.getRow(100)
}

batch.close()
allocator.close()
}
Expand Down

0 comments on commit 501370d

Please sign in to comment.