TransformFeatureCollection visitor delegation can result in infinite recursion
Description
As setup, the delagation goes to the “single datastore” the transform feature source has, which in turn delegates back to the transformation machinery rather than actually passing the visitor down, causing an infinite recursion. There is a test for it, but the test machinery overrode the store retrieval so that it uses the original one.
As setup, the delagation goes to the “single datastore” the transform feature source has, which in turn delegates back to the transformation machinery rather than actually passing the visitor down, causing an infinite recursion. There is a test for it, but the test machinery overrode the store retrieval so that it uses the original one.