File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
coral-hive/src/main/java/com/linkedin/coral/hive/hive2rel/functions Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ public class VersionedSqlUserDefinedFunction extends SqlUserDefinedFunction {
4747 .put ("com.linkedin.groot.runtime.udf.spark.RedactFieldIfUDF" , "redact_field_if" )
4848 .put ("com.linkedin.groot.runtime.udf.spark.RedactSecondarySchemaFieldIfUDF" , "redact_secondary_schema_field_if" )
4949 .put ("com.linkedin.groot.runtime.udf.spark.GetMappedValueUDF" , "get_mapped_value" )
50+ .put ("com.linkedin.groot.runtime.udf.spark.ExtractCollectionUDF" , "extract_collection" )
5051 .put ("com.linkedin.coral.hive.hive2rel.CoralTestUDF" , "coral_test" ).build ();
5152
5253 // The list of dependencies specified found in the view's "dependencies" property.
You can’t perform that action at this time.
0 commit comments