I think I managed to reproduce the issue.
List<Tuple> addresses = session.createQuery( "select a, p from Address a left join a.person p where a.state = :state", Tuple.class ).setParameter( "state", "Texas" ).list();