Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: morrySnow <[email protected]>
  • Loading branch information
liugddx and morrySnow authored Feb 2, 2024
1 parent cd0a18e commit 85fd405
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class UrlDecode extends ScalarFunction

public static final List<FunctionSignature> SIGNATURES = ImmutableList.of(
FunctionSignature.ret(VarcharType.SYSTEM_DEFAULT).args(VarcharType.SYSTEM_DEFAULT),
FunctionSignature.ret(VarcharType.SYSTEM_DEFAULT).args(StringType.INSTANCE)
FunctionSignature.ret(StringType.INSTANCE).args(StringType.INSTANCE)
);

/**
Expand Down

0 comments on commit 85fd405

Please sign in to comment.