tarantool / cartridge-springdata

Spring Data Tarantool
Other
18 stars 7 forks source link

Throw exception in callForTuple with void returnedType #86

Open ArtDu opened 2 years ago

ArtDu commented 2 years ago

Right now it's not working as expected. Later there are checks for void, but it's better to check here.

https://github.com/tarantool/cartridge-springdata/blob/d9e2ec1ea8d0ca54024a8761cd08a5a10b3ea544/src/main/java/org/springframework/data/tarantool/core/query/TarantoolTupleRepositoryQueryExecutor.java#L23-L40

image