From 8965f4517b8b0bc902b30ca8b50fcee14fab23f7 Mon Sep 17 00:00:00 2001 From: arvid Date: Mon, 13 Jan 2014 17:47:21 +0100 Subject: [PATCH] Version 0.4 --- pom.xml | 2 +- .../src/main/java/eu/stratosphere/sopremo/CoreFunctions.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 32226a484..73c1f24ad 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ eu.stratosphere hll - 0.4-SNAPSHOT + 0.4 hll pom diff --git a/sopremo/sopremo-common/src/main/java/eu/stratosphere/sopremo/CoreFunctions.java b/sopremo/sopremo-common/src/main/java/eu/stratosphere/sopremo/CoreFunctions.java index b371c460f..b16ffd9e3 100644 --- a/sopremo/sopremo-common/src/main/java/eu/stratosphere/sopremo/CoreFunctions.java +++ b/sopremo/sopremo-common/src/main/java/eu/stratosphere/sopremo/CoreFunctions.java @@ -442,7 +442,7 @@ protected IJsonNode call(final TextNode input) { this.result.setValue(input, start, end + 1); return this.result; } - }.withDefaultParameters(new IntNode(-1)); + }; @Name(verb = "unionAll") public static final SopremoFunction UNION_ALL = new SopremoVarargFunction1>() {