We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039d620 commit 855f9aaCopy full SHA for 855f9aa
core/src/test/java/org/apache/spark/shuffle/unsafe/UnsafeShuffleWriterSuite.java
@@ -257,7 +257,7 @@ class PandaException extends RuntimeException {
257
}
258
259
@Test(expected=PandaException.class)
260
- public void writeFailurePropegates() throws Exception {
+ public void writeFailurePropagates() throws Exception {
261
class BadRecords extends scala.collection.AbstractIterator<Product2<Object, Object>> {
262
@Override public boolean hasNext() {
263
throw new PandaException();
0 commit comments