Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Commit

Permalink
Merge 7b4d379 into 231f4e0
Browse files Browse the repository at this point in the history
  • Loading branch information
takuti committed Feb 8, 2017
2 parents 231f4e0 + 7b4d379 commit 3af636a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/java/hivemall/anomaly/ChangeFinderUDF.java
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ public ObjectInspector initialize(@Nonnull ObjectInspector[] argOIs)
if (HiveUtils.isListOI(argOI0)) {
ListObjectInspector listOI = HiveUtils.asListOI(argOI0);
this._changeFinder = new ChangeFinder2D(_params, listOI);
throw new UnsupportedOperationException("2D x is not supported yet");
} else if (HiveUtils.isNumberOI(argOI0)) {
PrimitiveObjectInspector xOI = HiveUtils.asDoubleCompatibleOI(argOI0);
this._changeFinder = new ChangeFinder1D(_params, xOI);
Expand Down

0 comments on commit 3af636a

Please sign in to comment.