Skip to content

Commit

Permalink
Fix backwards compatibility issue with FunctionReturnTypeResolver
Browse files Browse the repository at this point in the history
  • Loading branch information
beikov committed Oct 26, 2024
1 parent 89629bc commit 6d93f0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public interface FunctionReturnTypeResolver {
ReturnableType<?> impliedType,
List<? extends SqmTypedNode<?>> arguments,
TypeConfiguration typeConfiguration) {
throw new UnsupportedOperationException( "Not implemented for " + getClass().getName() );
return resolveFunctionReturnType( impliedType, new FakeSqmToSqlAstConverter( null ), arguments, typeConfiguration );
}

/**
Expand Down

0 comments on commit 6d93f0e

Please sign in to comment.