Polber commented on PR #32850:
URL: https://github.com/apache/beam/pull/32850#issuecomment-2420772424

   > I'm not positive we want comparison to be order-independent, see e.g. the 
comments on #23876
   
   Yeah it appears I totally missed a crucial comment
   ```
   Note that in Beam 2.30.0 and later, Row objects are sensitive to field order.
   So `Row(x=3, y=4)` is not considered equal to `Row(y=4, x=3)`.
   ```
   It seems odd to me that order should matter on a schema'd data type, but I 
presume there is a use-case I'm not considering. In any case, I opened #32851 
to fix the failing YAML tests


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to