Skip to content
Snippets Groups Projects
Commit 47815878 authored by Michael Armbrust's avatar Michael Armbrust
Browse files

[HOTFIX] Fix Java Dataset Tests

parent 68ed0468
No related branches found
No related tags found
No related merge requests found
......@@ -409,8 +409,8 @@ public class JavaDatasetSuite implements Serializable {
.as(Encoders.tuple(Encoders.STRING(), Encoders.INT()));
Assert.assertEquals(
Arrays.asList(
new Tuple4<>("a", 3, 3L, 2L),
new Tuple4<>("b", 3, 3L, 1L)),
new Tuple2<>("a", 3),
new Tuple2<>("b", 3)),
agged2.collectAsList());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment