aliftadvantage opened a new issue, #23875:
URL: https://github.com/apache/beam/issues/23875

   ### What happened?
   
   The `beam.Row` `__eq__` operator has unexpected behavior when rows have 
different number of columns. Specifically when one row has trailing columns and 
all else are equal, e.g.
   
   `beam.Row(x=1, y=2, z=3) == beam.Row(x=1, y=2)` returns true. 
   
   
   
   ### Issue Priority
   
   Priority: 1
   
   ### Issue Component
   
   Component: sdk-py-core


-- 
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