File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
coral-hive/src/main/java/com/linkedin/coral/hive/hive2rel/functions Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 11/**
2- * Copyright 2019-2024 LinkedIn Corporation. All rights reserved.
2+ * Copyright 2019-2025 LinkedIn Corporation. All rights reserved.
33 * Licensed under the BSD-2 Clause license.
44 * See LICENSE in the project root for license information.
55 */
@@ -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