You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.NullPointerException: Cannot invoke "java.util.concurrent.CompletionStage.toCompletableFuture()" because the return value of "java.util.function.Function.apply(Object)" is null
because ReactiveInsertExecutionDelegate.reactiveExecute() is not implemented and returns null
The text was updated successfully, but these errors were encountered:
dreab8
changed the title
Implement org.hibernate.reactive.query.sqm.mutation.internal.cte.ReactiveInsertExecutionDelegate.reactiveExecute() method
Implement ReactiveInsertExecutionDelegate.reactiveExecute() method
Feb 13, 2025
Given
when using
GlobalTemporaryTableStrategy
the testfails with
because
ReactiveInsertExecutionDelegate.reactiveExecute()
is not implemented and returnsnull
The text was updated successfully, but these errors were encountered: