Skip to content

Commit

Permalink
[Coral-Trino] Modify wrong Trino UDF name (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljfgem authored Aug 21, 2024
1 parent 9e79488 commit 7908fdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ protected SqlCall transform(SqlCall sqlCall) {
new CoralRegistryOperatorRenameSqlCallTransformer("com.linkedin.groot.runtime.udf.spark.HasMemberConsentUDF", 3,
"has_member_consent"),
new CoralRegistryOperatorRenameSqlCallTransformer("com.linkedin.groot.runtime.udf.spark.RedactFieldIfUDF", 4,
"urn_extractor"),
"redact_field_if"),
new CoralRegistryOperatorRenameSqlCallTransformer(
"com.linkedin.groot.runtime.udf.spark.RedactSecondarySchemaFieldIfUDF", 5,
"redact_secondary_schema_field_if"),
Expand Down

0 comments on commit 7908fdb

Please sign in to comment.