Skip to content

Commit

Permalink
Reverted non import change.
Browse files Browse the repository at this point in the history
Signed-off-by: Mitchell Gale <[email protected]>
  • Loading branch information
MitchellGale committed Jul 20, 2023
1 parent d4d158f commit 7452fca
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,4 @@ protected MLAlgoParams convertArgumentToMLParameter(Map<String, Literal> argumen
}

}

Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,5 @@ protected Map<String, Object> processArgs(Map<String, Literal> arguments) {
arguments.forEach((k, v) -> res.put(k, v.getValue()));
return res;
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -324,3 +324,4 @@ public void testCanParseTimestampdiffFunction() {
"SOURCE=test | eval k = TIMESTAMPDIFF(WEEK,'2003-01-02','2003-01-02')"));
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -282,3 +282,4 @@ void createDataSourceSuccessWithHostnameRestrictions() {
}

}

Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ public static String getJson(String filename) throws IOException {
Objects.requireNonNull(classLoader.getResourceAsStream(filename)).readAllBytes());
}

}
}

0 comments on commit 7452fca

Please sign in to comment.