-
Bug
-
Resolution: Done
-
Major
-
3.7.1.Final
-
None
Query
select p.*, p.[jcr:path] from [nt:base] as p join [nt:base] as ch on isdescendantnode(ch,p) order by p.[jcr:path]
throws NPE at SortValuesComponent.createSortComparator:134.
Query
select p.*, p.[jcr:path] from [nt:base] as p join [nt:base] as ch on isdescendantnode(ch,p) order by p.[jcr:pathxxx]
passes.
- is related to
-
MODE-2018 Query engine should work with no indexes and with defined indexes
- Resolved