Skip to content

Commit

Permalink
chore: make input type list immutable in SqlLambdaResolved (#7154)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenpyzhang committed Mar 4, 2021
1 parent 956e799 commit dcbe16e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
@Immutable
public final class SqlLambdaResolved extends SqlLambda {

private final List<SqlType> inputTypes;
private final ImmutableList<SqlType> inputTypes;
private final SqlType returnType;

public static SqlLambdaResolved of(
Expand Down

0 comments on commit dcbe16e

Please sign in to comment.