Skip to content

Commit

Permalink
[Coral-Hive] Modify return type of a UDF (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljfgem authored Apr 24, 2023
1 parent e9e7cce commit 18ba73c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,8 @@ public boolean isOptional(int i) {
STRING);
createAddUserDefinedFunction("com.linkedin.etg.business.common.udfs.MapSfdcProductCode", FunctionReturnTypes.STRING,
STRING);
createAddUserDefinedFunction("com.linkedin.etg.business.common.udfs.MapSfdcProductId", ReturnTypes.INTEGER, STRING);
createAddUserDefinedFunction("com.linkedin.etg.business.common.udfs.MapSfdcProductId", FunctionReturnTypes.STRING,
STRING);
createAddUserDefinedFunction("udfs.SeoReferrerTrkUdf", FunctionReturnTypes.STRING, STRING_STRING_STRING);
createAddUserDefinedFunction("com.linkedin.vector.daliview.udf.PresentDataType", FunctionReturnTypes.STRING,
family(SqlTypeFamily.ANY));
Expand Down

0 comments on commit 18ba73c

Please sign in to comment.