Closed
Description
Dieter Hubau opened DATAREDIS-547 and commented
When creating a valid query method in Spring Data Redis without any criteria, for example:
Game findFirstByOrderByStartDesc();
We don't get an error stating that Ordering/Sorting is not supported for Redis, but instead we receive a NPE in the following class:
org.springframework.data.redis.repository.query.RedisQueryCreator#complete
Affects: 1.7.2 (Hopper SR2), 1.8 M1 (Ingalls)
Issue Links:
- DATAKV-142 Consider PartTree.isLimiting() and PartTree.getMaxResults() when creating queries
("depends on")
Referenced from: pull request #216
Backported to: 1.7.3 (Hopper SR3)