Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Oct 18, 2024
1 parent f3d9cd4 commit 6eb51b8
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -679,12 +679,10 @@ void testLivyTutorialNote() throws IOException, InterpreterException {
.build();

// the case failed due to a classloader issue, see ZEPPELIN-6134 for more details.
/*
String p1 = IOUtils.toString(getClass().getResourceAsStream("/livy_tutorial_1.scala"),
StandardCharsets.UTF_8);
InterpreterResult result1 = sparkInterpreter.interpret(p1, context);
assertEquals(InterpreterResult.Code.SUCCESS, result1.code(), result1.toString());
*/
// assertEquals(InterpreterResult.Code.SUCCESS, result1.code(), result1.toString());

String p2 = IOUtils.toString(getClass().getResourceAsStream("/livy_tutorial_2.sql"),
StandardCharsets.UTF_8);
Expand Down

0 comments on commit 6eb51b8

Please sign in to comment.