Closed
Description
The implementation of checking whether an attribute path is covered by fetches is faulty in com.blazebit.persistence.view.impl.objectbuilder.ViewTypeObjectBuilder#hasSubFetches
. My attempts at trying to optimize the lookup apparently cause a bug when a fetch is lexically bigger to an attribute path but has the same length.
Caused by #1465