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 d9bb1b6 commit 8a921c8Copy full SHA for 8a921c8
vtl-spark/src/test/java/fr/insee/vtl/spark/processing.engine/analytic/AnalyticFirstTest.java
@@ -84,7 +84,8 @@ public void testAnFirstPartitionOrderByDesc() throws ScriptException {
84
// will also test dot espacing
85
context.setAttribute("ds.ds2", ds2, ScriptContext.ENGINE_SCOPE);
86
87
- engine.eval("res := first_value ( ds.ds2 over ( partition by Id_1, Id_2 order by Year desc) );");
+ engine.eval(
88
+ "res := first_value ( ds.ds2 over ( partition by Id_1, Id_2 order by Year desc) );");
89
assertThat(engine.getContext().getAttribute("res")).isInstanceOf(Dataset.class);
90
91
/*
0 commit comments