aIbrahiim commented on code in PR #36874:
URL: https://github.com/apache/beam/pull/36874#discussion_r2566599851


##########
sdks/python/apache_beam/yaml/extended_tests/data/enrichment.yaml:
##########
@@ -82,6 +82,8 @@ pipelines:
         - type: AssertEqual
           config:
             elements:
+              - {label: '11a', rank: 0, name: 'S1'}
               - {label: '37a', rank: 1, name: 'S2'}
+              - {label: '389a', rank: 2, name: 'S3'}

Review Comment:
   The test expectation was incorrect. Before the fix, all inputs got the same 
result. After the fix, each input correctly matches its table row, so we now 
expect all 3 enriched rows with correct ranks (0, 1, 2)



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