The mesh positions are now a span, but the convex hull didn't copy the custom data layout to the new mesh since it assumed it didn't need to. Moving UV maps to a generic attribute triggers this difference in the test results. It doesn't really make sense for the convex hull node to copy the source mesh custom data layout at all anyway, but do it anyway to avoid having to change the tests right now.