Skip to content

Commit

Permalink
Removing unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesstarr committed Sep 17, 2024
1 parent 6757458 commit 65de4db
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,7 @@ protected SqlValidatorImpl(
// It is assumed that unknown type is nullable by default
unknownType = typeFactory.createTypeWithNullability(typeFactory.createUnknownType(), true);
booleanType = typeFactory.createSqlType(SqlTypeName.BOOLEAN);

final SqlNameMatcher nameMatcher = catalogReader.nameMatcher();


@SuppressWarnings("argument.type.incompatible")
TypeCoercion typeCoercion = config.typeCoercionFactory().create(typeFactory, this);
this.typeCoercion = typeCoercion;
Expand Down

0 comments on commit 65de4db

Please sign in to comment.