Skip to content

Commit 5ab0489

Browse files
committed
Removed extra function names
1 parent a220ed9 commit 5ab0489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exec/java-exec/src/main/java/org/apache/drill/exec/expr/fn/impl/conv/JsonConvertFrom.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class JsonConvertFrom {
3838

3939
private JsonConvertFrom() {}
4040

41-
@FunctionTemplate(names = {"convert_fromJSON", "convertFromJson", "convert_from_json"},
41+
@FunctionTemplate(name = "convert_fromJSON",
4242
scope = FunctionScope.SIMPLE, nulls = NullHandling.INTERNAL)
4343
public static class ConvertFromJsonNullableInput implements DrillSimpleFunc {
4444

@@ -97,7 +97,7 @@ public void eval() {
9797
}
9898
}
9999

100-
@FunctionTemplate(names = {"convert_fromJSON", "convertFromJson", "convert_from_json"},
100+
@FunctionTemplate(name = "convert_fromJSON",
101101
scope = FunctionScope.SIMPLE, nulls = NullHandling.INTERNAL)
102102
public static class ConvertFromJsonVarcharInput implements DrillSimpleFunc {
103103

0 commit comments

Comments
 (0)