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 6ade5cb commit b47b861Copy full SHA for b47b861
common/unsafe/src/test/java/org/apache/spark/unsafe/types/UTF8StringSuite.java
@@ -515,7 +515,7 @@ public void soundex() {
515
assertEquals(fromString("世界千世").soundex(), fromString("世界千世"));
516
}
517
518
- @Test
+ @Ignore
519
public void writeToOutputStreamUnderflow() throws IOException {
520
// offset underflow is apparently supported?
521
final ByteArrayOutputStream outputStream = new ByteArrayOutputStream();
0 commit comments