Fix backwards compatibility issue with FunctionReturnTypeResolver
This commit is contained in:
parent
89629bc702
commit
6d93f0eeaf
|
@ -43,7 +43,7 @@ public interface FunctionReturnTypeResolver {
|
||||||
ReturnableType<?> impliedType,
|
ReturnableType<?> impliedType,
|
||||||
List<? extends SqmTypedNode<?>> arguments,
|
List<? extends SqmTypedNode<?>> arguments,
|
||||||
TypeConfiguration typeConfiguration) {
|
TypeConfiguration typeConfiguration) {
|
||||||
throw new UnsupportedOperationException( "Not implemented for " + getClass().getName() );
|
return resolveFunctionReturnType( impliedType, new FakeSqmToSqlAstConverter( null ), arguments, typeConfiguration );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue